Skip to main content
Inspiring
July 16, 2010
Question

an outline

  • July 16, 2010
  • 4 replies
  • 933 views

I need to have an outline for the text typed in my input text boxes. How do I achieve this?

This topic has been closed for replies.

4 replies

Inspiring
November 2, 2010
Kartik_Mehta
Inspiring
July 16, 2010

You can select property "show border around text" from property window to show the border around your input text box.

Inspiring
November 2, 2010

It is actually for the text inside dynamic text boxes.

Can I make a keyline appear for an font with actionscript?

I use onChange funtion to edit few text fields. I'd like to enable the user to add a keyline for the text which they type in. Is this possible?

Petro_O__Bochan
Inspiring
July 16, 2010

Try each setting and see if that's what you need:

textInput.setStyle('borderStyle', 'default');
// textInput.setStyle('borderStyle', 'alert');
// textInput.setStyle('borderStyle', 'menuBorder');
// textInput.setStyle('borderStyle', 'dropDown');

Ned Murphy
Legend
July 16, 2010

What  do you mean when you say the text has to be outlined?  Do you mean the input textfield or the actual text that is in it?