Home
last modified time | relevance | path

Searched +full:saveselection +(+path:plugin +path:bookcreator) -(+path:plugin +path:bookcreator +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/bookcreator/action/
H A Dhandleselection.php56 case 'saveSelection':
58 $response = $this->saveSelection($title, $this->getPOSTedSelection());
168 private function saveSelection($savedSelectionName, $selection) { function in action_plugin_bookcreator_handleselection
/plugin/bookcreator/
H A Dscript.js591 saveSelection: function($this) { method in BookManager
610 action: 'saveSelection',
797 jQuery('form.saveselection button').on('click', function(event) {
799 BookManager.saveSelection(jQuery(this));
/plugin/bookcreator/syntax/
H A Dbookmanager.php279 $form->addClass('saveselection');
282 $form->addFieldsetOpen($this->getLang('saveselection'));
288 $form->addButton('saveselection', $this->getLang('save'))->attr('type', 'submit');