Changes between Version 12 and Version 13 of PadrePluginCookbookRecipie04
- Timestamp:
- 07/28/11 22:49:12 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie04
v12 v13 229 229 }}} 230 230 ==== Events 231 We now have to handle not only the event, but also it's data. 231 232 232 233 * _on_list_col_clicked 233 we now have to handle the event data.234 234 {{{#!perl 235 235 sub _on_list_col_clicked { … … 240 240 241 241 * _on_list_item_activated 242 or use to find other data, this case, we are extracting the session id from the row you clicked on.243 242 {{{#!perl 244 243 sub _on_list_item_activated {
