Difference between revisions of "Details Attributes"

From Lianjapedia
Jump to: navigation, search
Line 47: Line 47:
 
* See also [[Page Appearance]].
 
* See also [[Page Appearance]].
 
* For the [[:Category:Attributes#Gadgets|Gadget]], [[Field Attributes|Form Section Field]] and  [[Advanced Canvas Control Attributes|Canvas Section Advanced Control]] '''Height''' attribute, see [[Geometry]].
 
* For the [[:Category:Attributes#Gadgets|Gadget]], [[Field Attributes|Form Section Field]] and  [[Advanced Canvas Control Attributes|Canvas Section Advanced Control]] '''Height''' attribute, see [[Geometry]].
 +
 +
==Inline==
 +
Render the gadget inline rather than it its own column (True | False).
 +
 +
===Supported by===
 +
[[:Category:Attributes#Gadgets|Gadgets]]
 +
 +
===Notes===
 +
 +
==Margin==
 +
Margin size in pixels around the gadget.
 +
 +
===Supported by===
 +
[[:Category:Attributes#Gadgets|Gadgets]]
 +
 +
===Notes===
  
 
==Meta types==
 
==Meta types==
Line 69: Line 85:
 
cVar = Lianja.getElementByID("page1.section1").id
 
cVar = Lianja.getElementByID("page1.section1").id
 
cVar = Lianja.getElementByID("page1.section1.field1").id</pre>
 
cVar = Lianja.getElementByID("page1.section1.field1").id</pre>
 +
 +
==Stretch width==
 +
Auto stretch the width of the gadget into the width of the section (True &#124; False)
 +
 +
===Supported by===
 +
[[:Category:Attributes#Gadgets|Gadgets]]
 +
 +
===Notes===
  
 
==Type==
 
==Type==

Revision as of 05:33, 18 May 2016

Under Construction

Caption

The section caption displayed in the section header.

Supported by

Sections

Notes

cVar = Lianja.getElementByID("page1.section1").caption

Fixed height

For Sections, the Fixed height attribute is a checkbox (True | False) determining whether the height should be fixed or not. The section height in pixels is set in the Height attribute.

For Gadgets, the Fixed height attribute defines the height of the gadget in pixels. If Fixed height is 0 (default), the gadget is autosized to the height of the containing section.

Supported by

Sections, Gadgets

Notes

Fixed width

Defines the width of the gadget in pixels. If Fixed width is 0 (default), the gadget is autosized to the available width of the containing section.

Supported by

Gadgets

Notes

Gadget type

The type of gadget (readonly).

Supported by

Gadgets

Notes

Height

The section height in pixels.

Supported by

Sections

Notes

Inline

Render the gadget inline rather than it its own column (True | False).

Supported by

Gadgets

Notes

Margin

Margin size in pixels around the gadget.

Supported by

Gadgets

Notes

Meta types

A comma separated list of metatype names.

Supported by

Page, Sections, Gadgets, Form Section Fields, Canvas Section Advanced Controls, Grid Columns

Notes

Name

The name for this container or control.

Supported by

Page, Sections, Gadgets, Form Section Fields, Canvas Section Advanced Controls

Notes

cVar = Lianja.getElementByID("page1").id
cVar = Lianja.getElementByID("page1.section1").id
cVar = Lianja.getElementByID("page1.section1.field1").id

Stretch width

Auto stretch the width of the gadget into the width of the section (True | False)

Supported by

Gadgets

Notes

Type

The type of container or control (readonly).

Supported by

Sections, Gadgets, Form Section Fields, Canvas Section Advanced Controls

Notes

cVar = Lianja.getElementByID("page1.section1").type
cVar = Lianja.getElementByID("page1.section1.field1").type