![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
Hi,
I have extended Rich Text Editor ,and added a combo box to set 'Heading style'. But the combo box is displayed above the TextArea control. How can i place it below that. Please help. Thanks, Manu public class extendRte extends RichTextEditor { private var hCombo:ComboBox = new ComboBox(); private var headingData:Array = [ {label:"h1", value:32}, {label:"h2", value:24}, {label:"h3", value:18}, {label:"h4", value:16}, {label:"h5", value:14}, {label:"h6", value:12}, ]; public function extendRte() { hCombo.dataProvider = headingData; addChild(hCombo); } } |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise