Lines Matching +full:lookup +full:new +full:entry +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang)
76 if (substr($event->data, $len) == 'new') {
102 throw new StructException('No schema given');
112 throw new StructException('lookup delete error: no permission for schema');
118 * Save one new row
124 $data = $INPUT->arr('entry');
128 // create a new row based on the original aggregation config
140 $editorTable = new AggregationEditorTable(
143 new Doku_Renderer_xhtml(),
144 new SearchConfig($config)
151 * Create the Editor for a new row
161 $schema = new Schema($tablename);
169 echo '<legend>' . $this->getLang('lookup new entry') . '</legend>';
178 $field = new Value($column, '');
179 echo $edit->makeField($field, "entry[$label]");
193 * Names of columns in the new entry editor: either all,
255 throw new StructException('No row id given');