|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.iniFormat:Object
Initial format of the targeted text field.
When component is parsing flash HTML for clean output, this format will be used for comparison.
The following code will output property names and values of the initial format.
var initialFormat:Array = myTextEditor.iniFormat;
for (var i:String in initialFormat) {
trace(i + ": " + initialFormat[i]);
}