Difference between revisions of "FormItem"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
''This requires expanding it is lacking many of the attributes and methods.''
 
 
 
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.
  
Line 93: Line 91:
 
|}
 
|}
  
 +
More detailed documentation can be found [[Field_Attributes|here]].
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]

Revision as of 23:10, 3 February 2022

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

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Caption RW Character Object's caption
CaptionBackColor RW Character Object's caption background color
CaptionForeColor RW Character Object's caption foreground color
DataBackColor RW Character Object's data background color
DataForeColor RW Character Object's data foreground color
Id R Character Object's id
PageId R Character Object's parent Page id
SectionId R Character Object's parent Section id
State R Character Comma separated list of UI States that the Object handles.
UIState R Character The last UI State applied to the Object.

UI control specific attributes are documented separately. See Framework Classes for details.

Methods

This class supports the Common Methods plus the following:

Method Args Description
ApplyMetaData None Apply MetaData for the Object.

Events

This class supports the Common Events plus the following:

Event Args Description

More detailed documentation can be found here.