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

Comments

gjk’s picture

I think you could use eDefTagLines as used in the Default Buttons for <ul> and <li>. Something like this:

js: eDefTagLines('<tag1>\n', ' <tag2>', '</tag2>', '\n</tag1>');

ufku’s picture

Status: Active » Closed (fixed)