Hi List,
 
I want to use CSS  on a TextFieldType.INPUT ?
 
With this it works:
                myInputField.defaultTextFormat = fmtInput;   
                myInputField .type = TextFieldType.INPUT;
 
But I want to be able to edit the textformat outside the swf in a CSS file.
On a normal (dynamic) textfield I do this:
                myTextField.styleSheet = cssSheet;
                myTextField.htmlText = "<SPAN
CLASS='myCSS_classname'>"+myXML.textNode+"</SPAN>";
 
So, is it possible to use a CSS class on a TextFieldType.INPUT ?
 
 
TIA
Cor
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to