Difference between revisions of "Field Formatting Options"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{ DeprecatedPage }}
 
==Formatting Field Options==
 
==Formatting Field Options==
 
The following options may be available for configuring the format of [[Custom Fields]]:
 
The following options may be available for configuring the format of [[Custom Fields]]:
 
{{CaptionStyle}}
 
{{CaptionStyle}}
:* Options include: '''Bold''', <u>Underline</u>, ''Italic'', <font color="red">Highlight</font> * '''Width''': Determines the width of the field.
+
 
* '''Height''': Determines the height of the field.
+
:* Options include: '''Bold''', <u>Underline</u>, ''Italic'', <span style="color: red;">Highlight</span> * '''Width''': Determines the width of the field.
* '''[[Number Format]]''': Allows you to define how numbers entered in this field will be displayed. See [[Number Format|here]] for details.  
+
:* '''Height''': Determines the height of the field.
* '''[[Tool Tip]]''': Enter help text to be shown on mouse-over.
+
:* '''[[Number Format]]''': Allows you to define how numbers entered in this field will be displayed. See [[Number Format|here]] for details.
* '''Read Only''': Checkbox
+
:* '''[[Tool Tip]]''': Enter help text to be shown on mouse-over.
* '''[[HTML Tag|Custom HTML Tag]]''': Additional attributes to the field HTML tag.
+
:* '''Read Only''': Checkbox
 +
:* '''[[HTML Tag|Custom HTML Tag]]''': Additional attributes to the field HTML tag.
  
  
 
===Example===
 
===Example===
Example: To turn a text box into a '''read only''' box, you can use '''HTML'''.<br>
+
Example: To turn a text box into a '''read only''' box, you can use '''HTML'''.<br />
 
Insert the following (readonly class=textreadonly) into the HTML tag:
 
Insert the following (readonly class=textreadonly) into the HTML tag:
  
Line 19: Line 21:
 
==Formatting Field Options for Special Fields==
 
==Formatting Field Options for Special Fields==
 
The following options are available for the [[Custom Field Type: Display Only – Image|Display Only – Image]] and [[Custom Field Type: Special – Drawing Pad|Special – Drawing Pad]] field types:
 
The following options are available for the [[Custom Field Type: Display Only – Image|Display Only – Image]] and [[Custom Field Type: Special – Drawing Pad|Special – Drawing Pad]] field types:
* '''Width''': Determines the width of the image, in pixels
+
 
* '''Height''': Determines the height of the image, in pixels
+
:* '''Width''': Determines the width of the image, in pixels
* '''Thumbnail Width''': Determines the width of the image's thumbnail, in pixels
+
:* '''Height''': Determines the height of the image, in pixels
* '''Thumbnail Height''': Determines the height of the image's thumbnail, in pixels
+
:* '''Thumbnail Width''': Determines the width of the image's thumbnail, in pixels
* '''Enable Camera Snapshot''': Enables a web cam attached to the computer to be used as the source of the image to be stored in this field type.
+
:* '''Thumbnail Height''': Determines the height of the image's thumbnail, in pixels
<br>
+
:* '''Enable Camera Snapshot''': Enables a web cam attached to the computer to be used as the source of the image to be stored in this field type.
 +
<br />
 
The following option is available for the [[Custom Field Type: Title Bar – Multiple Columns|Title Bar – Multiple Columns]] and [[Custom Field Type: Select Many – Check Boxes|Select Many – Check Boxes]] field types:
 
The following option is available for the [[Custom Field Type: Title Bar – Multiple Columns|Title Bar – Multiple Columns]] and [[Custom Field Type: Select Many – Check Boxes|Select Many – Check Boxes]] field types:
 
+
:* '''# of Columns''': Determines the number of columns to be used for display purposes
* '''# of Columns''': Determines the number of columns to be used for display purposes
 
 
 
 
 
  
 
==See Also==
 
==See Also==
* [[How do I change the styles on a custom field?]]
+
:* [[How do I change the styles on a custom field?]]
 
+
[[Category:Deprecated]]
[[Category:Custom Fields]]
 

Latest revision as of 13:27, 10 September 2018


Ambox warning pn.png This article is deprecated and the information contained within may no longer be correct.

Formatting Field Options

The following options may be available for configuring the format of Custom Fields:

  • Caption Style: Add caption styling by including HTML style tags around @value@
  • Options include: Bold, Underline, Italic, Highlight * Width: Determines the width of the field.
  • Height: Determines the height of the field.
  • Number Format: Allows you to define how numbers entered in this field will be displayed. See here for details.
  • Tool Tip: Enter help text to be shown on mouse-over.
  • Read Only: Checkbox
  • Custom HTML Tag: Additional attributes to the field HTML tag.


Example

Example: To turn a text box into a read only box, you can use HTML.
Insert the following (readonly class=textreadonly) into the HTML tag:


Read only single line.JPG

Formatting Field Options for Special Fields

The following options are available for the Display Only – Image and Special – Drawing Pad field types:

  • Width: Determines the width of the image, in pixels
  • Height: Determines the height of the image, in pixels
  • Thumbnail Width: Determines the width of the image's thumbnail, in pixels
  • Thumbnail Height: Determines the height of the image's thumbnail, in pixels
  • Enable Camera Snapshot: Enables a web cam attached to the computer to be used as the source of the image to be stored in this field type.


The following option is available for the Title Bar – Multiple Columns and Select Many – Check Boxes field types:

  • # of Columns: Determines the number of columns to be used for display purposes

See Also