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
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

gjk - October 31, 2008 - 16:11

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>');

 
 

Drupal is a registered trademark of Dries Buytaert.