|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultFieldHintStyle
DefaultFieldHintStyle
is a low-level option for InputField that specifies the default style to use for displaying the field hint.
DetailsDetails
- An option setting DefaultFieldHintStyle->spec in an InputField specifies that the field hint of the InputField should be displayed as Style[contents, spec].
- FieldHintStyle is applied after DefaultFieldHintStyle.
- DefaultFieldHintStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications.
- DefaultFieldHintStyle->style makes any specifications in style override corresponding outside style specifications.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
The current setting of DefaultFieldHintStyle:
| In[1]:= |
| Out[1]= |
| In[1]:= |
| Out[1]= |
Explicit settings for DefaultFieldHintStyle:
| In[1]:= |
| Out[1]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
