close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jul 27, 2012, 4:45:00 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 105 | 105 | ''args'' - an optional list of arguments for the callback function[[br]] |
| 106 | 106 | |
| 107 | | The addTimeout method returns an id, that can be used to manipulate the the timer during its lifetime. If the callback method returns == False (must be False, not "", 0, [] or similar), the timer is automatically canceled. |
| | 107 | The addTimeout method returns an id, that can be used to manipulate the the timer during its lifetime. If the callback method returns False (must be False, not "", 0, [] or similar), the timer is automatically canceled. |
| 108 | 108 | |
| 109 | 109 | |