You can add as much as smiles you need to this component.
HTML text supported so you can simply add HTML Tags including bold, italic, underline, font, etc...
Now with RTL text support includng arabic and hebrew. and it is possible to set alignment to the left or right in both runtime and development time.
You can set any font or font size, it is also possible to change them in runtime so the component will render the text with the new settings.
Now it is simple to resize the component at runtime using setSize method. With the Clear method you are enable you to erase the textbox if required.
Icon margin let you define margin of smiles from texts. this value also can be adjusted at runtime.
Icons will be resized depending on font size if you enable auto resize option.
You can change border color, background color and also have the ability to set them to transparent.
Here are a list of complete methods and properties:
Methods:
TextBox.addText(text:String); // Username is optional but you can add username here in html format also;
TextBox.addRawText(text:String)
TextBox.clear(); // Clears textbox content
TextBox.setSize(width:Number,height:Number);
TextBox.addPic(url:String, text:String, h:Number)
Properties:
TextBox.align = "left"; // or right
#This will Hide scroll bar if content of textbox are not enough to make scrollbar enabled
TextBox.auto_hide = "Visible"; // Visible,Hidden,Auto
TextBox.border = true; // or false will hide border
TextBox.background = true; // or false will hide background
TextBox.selectable=true; // make the text to selectable
TextBox.borderColor = 0xFF0000;
TextBox.backgroundColor = 0xFFFFFF;
TextBox.font = "Arial";
TextBox.fontSize = 12; // Set the font size
TextBox.resizeSmiley = true; // set the auto resizing smiles
TextBox.scroll = 10;
TextBox.maxLines = 500;
TextBox.autoScroll = true;
TextBox.iconMargin = 2; // Margine to the left
- You can use this component in all of your projects and you can use them in multiple websites with one single lisence.
- You agree not to copy, distribute or resell this component.
- Updates and bug fix updates are free.
- If you disagree with any of these terms, you are not authorized to use this application.