| java.lang.Object org.openlaszlo.sc.AddInputText
AddInputText | public class AddInputText (Code) | | Add in fixed-size input text resource with specified dimensions.
We get a list of resource names like this:
'lzinputtext/lztahoe8/8/plain/398/157'
We need to parse out font name, size ,style, and width/height, and
create a new textfield for them with the WORDWRAP flag asserted.
|
Method Summary | |
public static void | addCustomInputText(FlashFile f, Font font, FontInfo fontInfo, int width, int height, boolean multiline, boolean password) Create a custom text input field that will correspond to a specific lzx input text view. | public static void | addtext(String infile, String outfile, String resourceNames) | public static void | main(String args) | static void | writeFlashFile(FlashFile f, FontsCollector fc, OutputStream out) |
addCustomInputText | public static void addCustomInputText(FlashFile f, Font font, FontInfo fontInfo, int width, int height, boolean multiline, boolean password)(Code) | | Create a custom text input field that will correspond to a specific lzx input text view.
|
|
|