Closed (fixed)
Project:
BUEditor
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 00:47 UTC
Updated:
29 Aug 2010 at 05:14 UTC
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
Comment #1
gjk commentedI 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>');Comment #2
ufku commented