Home
last modified time | relevance | path

Searched +full:save +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 21 of 21) sorted by relevance

/plugin/struct/action/
H A Dentry.php46 // validate data on preview and save;
50 // save struct data after page has been saved:
66 if (!in_array($act, ['save', 'preview'])) return false;
85 if (!$this->validated && $act == 'save') {
111 $event->data['contentChanged'] = true; // save for data changes
124 * Save the data
149 // save the provided data
H A Dinline.php65 if (substr($event->data, $len) == 'save') {
117 * Save the data posted by the inline editor
125 throw new StructException('inline save error: init');
133 throw new StructException('inline save error: schema not assigned to page');
137 throw new StructException('inline save error: no permission for schema');
151 // save
252 throw new StructException('inline save error: no such page');
255 throw new StructException('inline save error: acl');
258 throw new StructException('inline save error: lock');
H A Drevert.php33 // save struct data after page has been saved:
56 $event->data['contentChanged'] = true; // save for data changes
63 * Save the data, by loading it from the old revision and storing it as a new revision
H A Dbureaucracy.php139 * Save the struct data
164 // save all the struct data of assigned schemas
H A Daggregationeditor.php80 if (substr($event->data, $len) == 'save') {
118 * Save one new row
H A Dcache.php83 // cache depends on last database save
/plugin/struct/
H A Dhelper.php75 * not necessary to save it because the data already existed in the wanted form or
111 // save the provided data
121 * Save lookup data row
123 * @param AccessTable $access the table into which to save the data
129 throw new StructException('lookup save error: no permission for schema');
H A Dremote.php66 * not necessary to save it because the data already existed in the wanted form or
82 throw new AccessDeniedException('no permissions to save data for that page');
/plugin/struct/script/
H A DInlineEditor.js23 var $save = jQuery('<button type="submit">Save</button>');
30 $form.append(jQuery('<div class="ctl">').append($save).append($cancel));
66 * Save the data, then close the form
75 // save succeeded, display new value, update revision data and close editor
/plugin/struct/meta/
H A DPageMeta.php27 * If data was explicitly set, then save it to the database if that hasn't happened yet.
47 * Save title, last editor and revision timestamp to database
H A DAccessTableSerial.php8 * Load and save serial data
H A DSchemaEditor.php82 $form->addButton('save', 'Save')->attr('type', 'submit');
H A DSchemaBuilder.php108 * Makes sure all labels in the schema to save are unique
274 // only save if the column got a name
282 // save the type
H A DAccessDataValidator.php21 * @param array $data the data to validate (and save)
H A DAccessTableGlobal.php8 * Load and (more importantly) save data for Global Schemas
H A DCSVImporter.php204 * Save one CSV line into database
H A DSearchConfig.php14 /** @var int default aggregation caching (depends on last struct save) */
H A DAccessTable.php191 * Save the data to the database.
/plugin/structrowcolor/
H A Dstruct.php102 // save row start position
/plugin/struct/helper/
H A Dlookup.php42 msg('lookup save error: no permission for schema', -1);
/plugin/struct/admin/
H A Dschemas.php52 if ($table && $INPUT->bool('save') && checkSecurityToken()) {
295 $form->addButton('', $this->getLang('save'));