Dear team,
I'm able to customize the AjaxHTMLEditor (AHE) and added toolbar to add Flash files, extended the insert icon file to include the image files uploaded. Additionally, I have added a toolbar to add a Table. I have provided the below options / attributes for adding a Table:
- Row
- Column
- Cell padding
- Cell spacing
- Table border
- Table width
and a button which is calling the javascript to insert table. From js file the changed values from the popup are not fetched. For instance, If I change the Row dropdown value to 6 or anything then also from the js function the selectedindex shows up 0 always. This is same for the Table border textbox as well. Im attaching the required "HTMLEditor.CustomButtonsAndPopups.cs" and "InsertTable.js" file for review.
If you could please have a look at this and help me in resolving this issue that will be highly appreciated.
Thanks in advance!
Comments: Outdated.
I'm able to customize the AjaxHTMLEditor (AHE) and added toolbar to add Flash files, extended the insert icon file to include the image files uploaded. Additionally, I have added a toolbar to add a Table. I have provided the below options / attributes for adding a Table:
- Row
- Column
- Cell padding
- Cell spacing
- Table border
- Table width
and a button which is calling the javascript to insert table. From js file the changed values from the popup are not fetched. For instance, If I change the Row dropdown value to 6 or anything then also from the js function the selectedindex shows up 0 always. This is same for the Table border textbox as well. Im attaching the required "HTMLEditor.CustomButtonsAndPopups.cs" and "InsertTable.js" file for review.
If you could please have a look at this and help me in resolving this issue that will be highly appreciated.
Thanks in advance!
Comments: Outdated.