Lines Matching full:be

45 … elements inside the page database is generated internally. There may also be external data source…
47 Data from internal database can be used on the page, for example:
54 JSON data can be used in the following ways:
61 * JSON data can also be edited and safely stored back into the dokuwiki page via ajax call.
85 Valid [[https://www.json.org/|JSON]] data can be located between %%<json ...>%% and %%</json>%% tag…
90 … must be specified, when we want to access this json element from somewhere else or if we want to …
95be added. For example ''path=person1.address'' will write data into ''json_database.person1.addres…
101 … of the path attribute, then original data on the path will be erased before new data will be writ…
103 …sing square bracket at the end of the path attribute means, that data will be appended (pushed) to…
110 … external data. External data is a text file. It may be document from the same dokuwiki or it can
119 External data may be a pure JSON file, it begins with ''['' or ''{''.
121 External data may be a text file with %%<json>%% elements inside - remote DokuWiki page. Remote Dok…
123 External data may be a specific %%<json>%% element from remote dokuwiki page. In that case %%<json>…
125 Wildcards may be may be used in 'src' attribute. See fourth example above. In that case multiple fi…
127 …ttribute can not only be used for the file path, it can also contain JSON data. This way some alre…
142 'our_document' will be loaded with data as specified in [[wp>Query string]]. Rules for the file lin…
159 …ich part of %%<json>%% element is rendered on html page. Multiple data can be displayed with jQuer…
166 …to above three tokens. Each renders a hidden html 'div' element, which can be used for passing dat…
168 …y' attribute, only tabs menu will be shown with two tabs: 'inline' and 'log'. Both tabs will be co…
174 …k (*) should be added after the corresponding token. If 'display' contains only one token, followe…
176be edited and saved to the document. When data is first changed, then 'Save' button is shown in ta…
194 Basic pattern for render JSON data in dokuwiki is: ''%%%$ ... %%%''. JSON data can be displayed in …
198 …ll be rendered. Else if curly brackets are used, then list will be rendered. Otherwise single vari…
203be rendered. ''.'' (dot) is used as a delimiter between tokens. Path may contain spaces, no quotes…
215 In //header// it is also possible to define tooltips, which can be displayed on mouse hover on spec…
217 …r 2":data.2, "_tooltip_Header 2":data.2.tooltip%%''. This example can also be used for a list of t…
224 Format may be applied on any variable, list item or table column. It can render value of the variab…
229 … must be 'l' for left, 'c' for center or 'r' for right position of the media file. Other part of p…
231be enabled in configuration settings, it is disabled by default. //''template''// is a string desi…
233 Format may be used to render single variable or specific member of list or specific table column. F…
238be applied inside brackets on any variable, list or table. If it evaluates to true, contents of th…
244 …just prints it out. If it is null, it prints '(null)' by default. This can be changed in Configura…
248 | **List all properties** | ''%%%$path.to.var {}%%%'' | All properties of a variable will be displa…
249 …ar2.path2}%%%'' | Similar as above, but only specific properties with custom name will be printed |
250 … ... } #"Property 1": email#%%%'' | Similar as above, but "Property 1" will be rendered as email. |
251 …double array, then table without header will be rendered. If path.to.var is more complex, then res…
252be array with similar members. //header// describes header names and members to be rendered in the…
253 …r [] { ... } #"Column 2": link}#%%%'' | Same as above, but "Column 2" will be rendered as a link. |
254 ….row == something)] { ... }%%%'' | Same as above, but only those rows will be rendered, which matc…
255 …nts// will be normally rendered. If false, then //dokuwiki-contents// will be hidden and if //doku…
266 … syntax, which will be replaced by data from existing JSON database. ''[( row_filter )]'' and ''( …
268 If data is not defined, then ''null'' will be used.
270 …then double quotes must be used. Strings can also be concatenated. For example, ''%%"%$path.name%,…
303 Filters can also be used. Full definition for data snippet is:
311 JSON define ''%%<json ...> ... </json>%%'' or extract ''%%%$ ... %%%'' patterns can be quite verbos…
325 DokuWiki has a [[devel:xmlrpc|XML-RPC API]] which can be used to access/interact with your wiki fro…
336 ^ Parameter (boolean) addLog | If true, additional information about JSON generation will be return…
346 ^ Parameter (array%%|%%string) data | Data to be put inside json element. Must be an array, empty s…
347 ^ Parameter (boolean) overwrite | If true, existing data will be overwritten. Optional parameter, f…
354 … data to its inline database. Inline JSON data must be an array or empty. If empty, new array will…
356 …nt, see [[#attribute_id]]. If empty, complete page will be treated as JSON database (page must be
357 ^ Parameter (array%%|%%string) data | JSON Data to be appended inside json element. Must be an arra…