Difference between revisions of "HTML Tag"

From SmartWiki
Jump to: navigation, search
Line 6: Line 6:
 
==Changing the Style of the Field==
 
==Changing the Style of the Field==
  
style="background-color=ff00"  
+
style="background-color=ff0000"
 +
style="color:#FF0000"
 +
style="font-size:12px"
 +
style="font-family:Verdana, Geneva, sans-serif"
 +
<strong>Bold Text</strong>
 +
 
 +
  
 
==Displaying Other Fields on the Page Based on Value Selected in Drop-Down==
 
==Displaying Other Fields on the Page Based on Value Selected in Drop-Down==

Revision as of 10:10, 8 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=ff0000" style="color:#FF0000" style="font-size:12px" style="font-family:Verdana, Geneva, sans-serif" Bold Text


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

See Show/Hide Header page for details.

Using onFocus

onFocus="this.value='Populate this text in field when selected.'"

See Also