Difference between revisions of "Container"
From Lianjapedia
Yvonne.milne (Talk | contribs) |
Helen.george (Talk | contribs) |
||
| Line 5: | Line 5: | ||
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 77: | Line 77: | ||
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 104: | Line 104: | ||
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 | ||
Revision as of 09:02, 30 January 2013
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 |
|---|---|---|---|
| Picture | RW | Character | Filename of background image |
| Layout | RW | Numeric or Character | Layout: 1 = horizontal, 2 = vertical, 3 = form |
| Gradient | RW | Numeric | Gradient type: 0 = none, 1 = vertical spread, 2 = left to right, 3 = right to left, 4 = vertical centered, 5 = iPad style |
| GradientFromColor | RW | Numeric | Gradient start colour |
| GradientToColor | RW | Numeric | Gradient end colour |
| ControlCount | R | Numeric | Number of controls in Container |
| Margin | RW | Numeric | Margin size in pixels |
| MarginTop | RW | Numeric | Top margin in pixels |
| MarginLeft | RW | Numeric | Left margin in pixels |
| MarginRight | RW | Numeric | Right margin in pixels |
| MarginBottom | RW | Numeric | Bottom margin in pixels |
| Spacing | RW | Numeric | Control spacing in pixels |
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 object or a new object, in which case the object's class must also be specified |
| RemoveObject | existing as Object | Remove the specified object |
| AddRow | label as Character, existing as Object | newobject as Character, class as Character | Add an existing object or a new object, in which case the object's class must also be specified. The label and the object are added as a new row to Containers with 'form' layout only |
| Controls | control as Numeric | Return an object reference to the specified control within the container |
Events
This class supports the Common Events plus the following:
| Event | Args | Description |
|---|