Results 1 to 3 of 3

Thread: CheckBoxTag

  1. #1
    Join Date
    Jul 2007
    Posts
    6

    Question 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

  2. #2
    Join Date
    Mar 2006
    Posts
    312

    Default

    It's very possible, quite easy actually.
    Take a look at the source code for the select tag.

  3. #3
    Join Date
    Jul 2007
    Posts
    6

    Default

    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
  •