Difference between revisions of "MenuBar"

From Lianjapedia
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
====Description====
 +
Shown below in a standalone [[Form]].  Click the image to see in a [[Custom_Sections_and_Gadgets|Custom Section]] in a Lianja [[Page Attributes|Page]].
 +
 +
[[{{ns:file}}:menus.png|link={{filepath:menus_cs.png}}|Menubar, Menu, Menuitem]]
 +
 +
A MenuBar can contain multiple [[MenuItem]] controls or [[Menu]] controls, which can contain further [[MenuItem]] controls.
  
 
====Properties====
 
====Properties====
Line 5: Line 12:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
Line 17: Line 24:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
Line 24: Line 31:
 
|valign="top"|AddObject
 
|valign="top"|AddObject
 
|valign="top"|existing as Object | newobject as Character, class as Character
 
|valign="top"|existing as Object | newobject as Character, class as Character
|valign="top"|Add an existing menu object or a new menu object, in which case the menu class must also be specified
+
|valign="top"|Add an existing menu object or a new [[Menu]] object, in which case the menu class must also be specified
 
|}
 
|}
  
Line 31: Line 38:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Latest revision as of 12:24, 11 April 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.

Menubar, Menu, Menuitem

A MenuBar can contain multiple MenuItem controls or Menu controls, which can contain further MenuItem controls.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddObject existing as Object | newobject as Character, class as Character Add an existing menu object or a new Menu object, in which case the menu class must also be specified

Events

This class supports the Common Events plus the following:

Event Args Description