radioitem



Any sample to use callback for <RadioItem>?

---
    children   => [
        'Radio One' => {
           callback  => sub { print "Radio ONE\n";},
           callback_action => 10,
           item_type => '<RadioItem>',
           groupid   => 1
         },
        'Radio Two'  => {
           callback  => sub { print "Radio Two\n";},
           callback_action => 11,
           item_type => '<RadioItem>',
           groupid   => 1
        },
---

It will call both One and Two when togle the selection.

TIA

--

--beast




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]