-
Jul 26th, 2007, 10:08 AM
#1
CheckBoxTag
Hello,
I'm trying to redefine my own checkBoxTag. I would like to have a checkbox which can have the same capabilities with the selectag. I explain :
With the select tag, you can give a list of items and with ItemValue and ItemCode, we have made a select tag with all of item's list. I wan't to create the same thing with checkBox. i give to it a list or a vector, and it create several checkbox and i don't want to redefine each of them...
Does it possible ??
Thanks a lot
Arno
-
Jul 26th, 2007, 08:31 PM
#2
It's very possible, quite easy actually.
Take a look at the source code for the select tag.
-
Jul 27th, 2007, 02:51 AM
#3
Thanks a lot for your answer.
yesterday, i found a solution. I redefine writeTagContent and i make a while where i call super.writeTagContent(arg0).
But i'm going to look SelectTag source for eventually upgrade my program !
Bye
Arno
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules