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

From SmartWiki
Jump to: navigation, search
m
(Q: How do I change the styles on a custom field?)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
'''A''': Typically, this is done by modifying the '''Style''' and '''HTML Tag''' fields under the '''Formatting''' section of a custom field.
 
'''A''': Typically, this is done by modifying the '''Style''' and '''HTML Tag''' fields under the '''Formatting''' section of a custom field.
  
An examples of this is:
+
Examples include:
  
 
'''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>
 +
 +
==See Also==
 +
* [[Field Formatting Options]]
  
 
[[Category:Visual Settings]][[Category:FAQ]][[Category:Custom Fields]]
 
[[Category:Visual Settings]][[Category:FAQ]][[Category:Custom Fields]]

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