Difference between revisions of "HTML Tag"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
The ''HTML Tag'' is a setting in a [[custom fields|custom field]] that allows the system administrator to change the behavior of the field.  
 
The ''HTML Tag'' is a setting in a [[custom fields|custom field]] that allows the system administrator to change the behavior of the field.  
 +
 +
Examples include:
 +
 +
==Changing the Style of the Field==
 +
 +
style="background-color=ff00"
 +
 +
==Displaying Other Fields on the Page Based on Value Selected in Drop-Down==
 +
See [[Show/Hide Headers]] page for details.
 +
 +
==Using onFocus==
 +
  
 
==See Also==
 
==See Also==

Revision as of 13:04, 1 November 2013

The HTML Tag is a setting in a custom field that allows the system administrator to change the behavior of the field.

Examples include:

Changing the Style of the Field

style="background-color=ff00"

Displaying Other Fields on the Page Based on Value Selected in Drop-Down

See Show/Hide Headers page for details.

Using onFocus

See Also