Searched +full:checkbox +(+path:plugin +path:todo) -(+path:plugin +path:todo +path:lang) (Results 1 – 7 of 7) sorted by relevance
3 * ToDo Plugin: Creates a checkbox based todo list6 * Creates a Checkbox with the "Name of Action" as8 * will cause the checkbox to be checked by default.105 * input(checkbox)154 …nderer->doc .= $this->createTodoItem($renderer, $ID, array_merge($data, array('checkbox'=>'yes')));251 if($data['checkbox']) {252 $return .= '<input type="checkbox" class="todocheckbox"'304 …->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
66 'checkbox' => $this->getConf("Checkbox"),89 case 'checkbox': // should checkbox be rendered?91 $data['checkbox'] = ($value == 'yes');
13 …chk.attr('checked') returns checkbox state from html - use chk.is(':checked') - see http://www.unf…21 * +input[checkbox].todocheckbox68 //apply styling, or undo checking checkbox91 mode: 'checkbox',141 // add handler to checkbox147 // undo checking the checkbox155 //Find the checkbox node we need
47 … * @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':
6 desc Create a checkbox based todo list with optional user assignment (basic syntax: <todo>This is…
9 $conf['CheckboxText'] = 1; //Should we allow action text to check the checkbox10 $conf['Checkbox'] = 1; // Should the Checkbox be rendered in list view
13 $meta['Checkbox'] = array('onoff');