A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
setProperties(properties) — Method in class com.soundstep.utils.SomaText
shortcut to set TextField properties, example: somatext.setProperties({multiline: true, selectable: true});
setStyle(style, stylesheet) — Method in class com.soundstep.utils.SomaText
set a style from a stylesheet (no dot), example: somatext.setStyle("myStyle")
SomaText — Class in package com.soundstep.utils
Author: Romuald Quantin - www.soundstep.com
Class version: 1.0
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1)
http://www.opensource.org/licenses/mozilla1.1.php

Date: 01-2009
Usage: SomaText is extending the TextField class and add a powerful Stylesheet Management with parsable properties.
SomaText has been extracted from the Soma MVC Framework to be used as a standalone (this version is slightly different).
You can find a full list of CSS properties you can use with SomaText in the Soma Protest CSS properties page.
SomaText(value, style, stylesheet, properties) — Constructor in class com.soundstep.utils.SomaText
create a new instance of the SomaText class
style — Property in class com.soundstep.utils.SomaText
get the style applied to the TextField
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z