Difference between revisions of "Custom Gadget Attributes"
From Lianjapedia
Yvonne.milne (Talk | contribs) (Created page with "''Under construction'' ==Details== {| class="wikitable" width="100%" !width="20%"|Attribute !width="40%"|Description !width="20%"|More !Desktop||Web||Tablet||Phone |- |valign=...") |
Yvonne.milne (Talk | contribs) |
||
| Line 55: | Line 55: | ||
|valign="top"|Caption||The caption for the gadget|||||||||| | |valign="top"|Caption||The caption for the gadget|||||||||| | ||
|- | |- | ||
| − | |valign="top"|Background color||The background color for the caption|||||||||| | + | |valign="top"|[[Colors|Background color]]||The background color for the caption|||||||||| |
|- | |- | ||
| − | |valign="top"|Foreground color||The foreground color for the caption|||||||||| | + | |valign="top"|[[Colors|Foreground color]]||The foreground color for the caption|||||||||| |
|- | |- | ||
|valign="top"|Font||The font for the caption|||||||||| | |valign="top"|Font||The font for the caption|||||||||| | ||
| Line 65: | Line 65: | ||
|valign="top"|Border width||The caption border width|||||||||| | |valign="top"|Border width||The caption border width|||||||||| | ||
|- | |- | ||
| − | |valign="top"|Border color||The caption border color|||||||||| | + | |valign="top"|[[Colors|Border color]]||The caption border color|||||||||| |
|- | |- | ||
|valign="top"|Transparency||Specify a transparency percentage from 0 to 100|||||||||| | |valign="top"|Transparency||Specify a transparency percentage from 0 to 100|||||||||| | ||
|- | |- | ||
| − | |valign="top"|Gradient colors||Render the caption color as a gradient (True | False)|||||||||| | + | |valign="top"|[[Gradients#Gradient colors|Gradient colors]]||Render the caption color as a gradient (True | False)|||||||||| |
|- | |- | ||
| − | |valign="top"|Gradient type||Specify the gradient type | + | |valign="top"|[[Gradients#Gradient type|Gradient type]]||Specify the gradient type|||||||||| |
|- | |- | ||
| − | |valign="top"|Gradient start color||Gradient start color|||||||||| | + | |valign="top"|[[Gradients#Gradient start color|Gradient start color]]||Gradient start color|||||||||| |
|- | |- | ||
| − | |valign="top"|Gradient end color||Gradient end color|||||||||| | + | |valign="top"|[[Gradients#Gradient end color|Gradient end color]]||Gradient end color|||||||||| |
|- | |- | ||
|} | |} | ||
| Line 90: | Line 90: | ||
|valign="top"|Custom filename||The file containing the custom code for this gadget|||||||||| | |valign="top"|Custom filename||The file containing the custom code for this gadget|||||||||| | ||
|- | |- | ||
| − | |valign="top"|Background color||The background color for the gadget|||||||||| | + | |valign="top"|[[Colors|Background color]]||The background color for the gadget|||||||||| |
|- | |- | ||
| − | |valign="top"|Foreground color||The foreground color for the gadget|||||||||| | + | |valign="top"|[[Colors|Foreground color]]||The foreground color for the gadget|||||||||| |
|- | |- | ||
|} | |} | ||
Revision as of 09:42, 20 January 2015
Under construction
Contents
Details
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Name | The name for this gadget (unique to the section) | |||||
| Type | The type of control: Gadget (readonly) | |||||
| Gadget type | The type of gadget: custom (readonly) | |||||
| Margin | Margin size around the gadget | |||||
| Fixed width | Fix the gadget width (True | False) | |||||
| Fixed height | Fix the gadget height (True | False) | |||||
| Inline | Render the gadget inline rather than it its own column (True | False) | |||||
| Stretch width | Auto stretch the width of the gadget into the width of the section (True | False) |
Geometry
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Absolute | Enable or disable absolute positioning (True | False) | |||||
| Top | Top position in pixels | |||||
| Left | Left position in pixels | |||||
| Width | Width in pixels | |||||
| Height | Height in pixels | |||||
| CSS style | CSS style (separate attributes with ; or use app:/filename.css) |
Caption
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Caption | The caption for the gadget | |||||
| Background color | The background color for the caption | |||||
| Foreground color | The foreground color for the caption | |||||
| Font | The font for the caption | |||||
| Icon | The image for the caption (png | jpg | gif). Use app:/imagename.ext for app specific images. |
|||||
| Border width | The caption border width | |||||
| Border color | The caption border color | |||||
| Transparency | Specify a transparency percentage from 0 to 100 | |||||
| Gradient colors | Render the caption color as a gradient (True | False) | |||||
| Gradient type | Specify the gradient type | |||||
| Gradient start color | Gradient start color | |||||
| Gradient end color | Gradient end color |
Data
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Scripting language | The scripting language used to write the code for this custom gadget: (Recital | Python | JavaScript | PHP (readonly) | |||||
| Custom filename | The file containing the custom code for this gadget | |||||
| Background color | The background color for the gadget | |||||
| Foreground color | The foreground color for the gadget |
Other Options
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Hide header | Hide gadget header at runtime (True | False) |
Permissions and Roles
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Read roles | A comma separated list of roles that can read (and view) the data | |||||
| Update roles | A comma separated list of roles that can perform update operations on the data |
UI Presentation Rules
| Attribute | Description | More | Desktop | Web | Tablet | Phone |
|---|---|---|---|---|---|---|
| Desktop | Include this gadget in a Desktop client (True | False) | |||||
| Web | Include this gadget in a Web client (True | False) | |||||
| Tablet | Include this gadget in a Tablet client (True | False) | |||||
| Phone | Include this gadget in a Phone client (True | False) | |||||
| UI States | UI states that affect this gadget. Specify multiple states as a comma separated list. | |||||
| Initial UI state | The initial UI state for this gadget. | |||||
| Readonly when | Gadget is readonly at runtime if specified expression evaluates to true. | |||||
| Visible when | Gadget is visible at runtime if specified expression evaluates to true. | |||||
| Display orientation | Display depending on mobile device orientation for Tablets and Phones. (Always | Portrait | Landscape) | |||||
| Apply rules on change | Apply Page UI presentation rules (Visible when and Readonly when) when data is changed interactively or when navigating records (True | False) |