Multiple image field ?? jquery?
chasz - September 2, 2008 - 00:47
| Project: | BUEditor |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
hi there can u implement a multiline image URL input box?? perhaps with jquery
eg.
image1.jpg
image2.gif
image3.png
with each one enclosed in each tag PLUS the whole set enclosed in another tag?
< tag1 >
< tag2 >image1.jpg< /tag2 >
< tag2 >image2.gif< /tag2 >
< tag2 >image3.png< /tag2 >
< /tag1 >
thanks for great editor

#1
I think you could use
eDefTagLinesas used in the Default Buttons for<ul>and<li>. Something like this:js: eDefTagLines('<tag1>\n', ' <tag2>', '</tag2>', '\n</tag1>');