Ticket #276 (new enhancement)
Add border to <form> elements.
| Reported by: | PoeuffF | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 2.0 |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | form border |
| Cc: |
Description
I'm developping a form's plugin like fckeditor.
With this plugin you can create easily some <form> with <text> <select> <checkbox> ...
i d like to create a visibly area on the editor which allows people to see the limit of <form>
i don't know what function i have to use..
this.editor.insertHTML("<div style=\"border:1px dashed #ff0000;\" ><br><br></div>");
with this code, my area is created but <div ... /div> appear in the code generate by xinha.
So my question is :
What function i have to use to insert visibly HTML ( for my area ) which not appear in the code generate by xinha ?
Change History
Note: See
TracTickets for help on using
tickets.
