Shaun Mccran

My digital playground

26
O
C
T
2008

ActiveCrossSelect custom tag

In several previous projects I've had cause to be moving data from one list to another. Rather than creating a form, with a list, I'd wanted a more elegant solution, so I 'found' a really handy custom tag that doesn't seem to have had much press.

Its fairly old, but does a great job of creating two text areas, and allowing a user to move data between them.

ActiveCrossSelect is the custom tag. I like it, you will to :-).

I didn't write it, it was written by 'Vitaliy Shevchuk', so all credit there.

View a test script here.

Download the Rar archived version here.

view plain print about
1<cf_ActiveCrossSelect
2 left_name = "left_C1"
3 right_name = "Right_C1"
4 valuesleft = ""
5 valuesright = "1,2,3,4,5,6,7,8,9,0"
6 textleft = ""
7 textright = "11,22,33,44,55,66,77,88,99,00"
8 formname="form1"
9 width="250"
10 sizeleft = "7"
11 sizeright = "7"
12 headleft="Left Text 1 "
13 headright="Right Text 1"
14        onChange="alert(oh);"
15        quotedlist = "No"
16        JS = "ActiveCrossSelect.js"
17        >

TweetBacks
Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
Back to top