Home
last modified time | relevance | path

Searched +full:checkbox +(+path:plugin +path:todo) -(+path:plugin +path:todo +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/todo/syntax/
H A Dtodo.php3 * ToDo Plugin: Creates a checkbox based todo list
6 * Creates a Checkbox with the "Name of Action" as
8 * will cause the checkbox to be checked by default.
123 * input(checkbox)
172 $renderer->doc .= $this->createTodoItem($renderer, $ID, array_merge($data, array('checkbox'=>'yes')));
261 if($data['checkbox']) {
262 $return .= '<input type="checkbox" class="todocheckbox"'
305 if($this->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
456 $renderer->doc .= $this->createTodoItem($renderer, $todotitle, $todoindex, $todouser, $checked, $page, array('checkbox'=>'yes', 'username'=>'user'));
H A Dlist.php66 'checkbox' => $this->getConf("Checkbox"),
89 case 'checkbox': // should checkbox be rendered?
91 $data['checkbox'] = ($value == 'yes');
/plugin/todo/
H A Dscript.js13 * bugfix: chk.attr('checked') returns checkbox state from html - use chk.is(':checked') - see http://www.unforastero.de/jquery/checkbox-angehakt.php \n
21 * +input[checkbox].todocheckbox
68 //apply styling, or undo checking checkbox
91 mode: 'checkbox',
141 // add handler to checkbox
147 // undo checking the checkbox
155 //Find the checkbox node we need
H A Dplugin.info.txt6 desc Create a checkbox based todo list with optional user assignment (by using <todo>This is a ToDo</todo>). In combination with dokuwiki searchpattern plugin it is a lightweight task list management system.
H A Daction.php47 * @brief This method is called by ajax if the user clicks on the to-do checkbox or the to-do text.
84 // by einhirn <marg@rz.tu-clausthal.de> determine checkbox index by using class 'todocheckbox'
93 if($mode == 'checkbox') {
137 case 'checkbox':
/plugin/todo/conf/
H A Ddefault.php9 $conf['CheckboxText'] = 1; //Should we allow action text to check the checkbox
10 $conf['Checkbox'] = 1; // Should the Checkbox be rendered in list view
H A Dmetadata.php13 $meta['Checkbox'] = array('onoff');