Are you able to attach a style sheet to an input textfield? If so, how do I go about doing that?
would it be a
textfield.onChanged = function{
textfield.htmlText = “<.myStyle>”+text+"</.myStyle>";
}
type of thing?
Are you able to attach a style sheet to an input textfield? If so, how do I go about doing that?
would it be a
textfield.onChanged = function{
textfield.htmlText = “<.myStyle>”+text+"</.myStyle>";
}
type of thing?
:: Copyright KIRUPA 2024 //--