I find the default TextBox (input) length too short for many of my fields. I've come up with a way to change the length using css. Since I haven't seen this published, I thought I'd share.
First add a style to the <ui:style>
Then add the style to the fieldCode:.field500 { padding:2px; width: 500px; }
EnjoyCode:<g:TextBox styleName="{style.field500}" ui:field="trail"/>
Dan


Reply With Quote
