Difference between revisions of "How do I change the styles on a custom field?"

From SmartWiki
Jump to: navigation, search
(Q: How do I change the styles on a custom field?)
(Q: How do I change the styles on a custom field?)
 
Line 6: Line 6:
  
 
'''Style''': <nowiki><span style='color:#ffffff'>@value@</span></nowiki>
 
'''Style''': <nowiki><span style='color:#ffffff'>@value@</span></nowiki>
 +
 +
'''Style''': @value@%{to display % character after a value.}
  
 
'''HTML Tag''': <nowiki>readonly class=textreadonly style='color:#ffffff'</nowiki>
 
'''HTML Tag''': <nowiki>readonly class=textreadonly style='color:#ffffff'</nowiki>

Latest revision as of 10:03, 2 December 2013

Q: How do I change the styles on a custom field?

A: Typically, this is done by modifying the Style and HTML Tag fields under the Formatting section of a custom field.

Examples include:

Style: <span style='color:#ffffff'>@value@</span>

Style: @value@%{to display % character after a value.}

HTML Tag: readonly class=textreadonly style='color:#ffffff'

See Also