Home
last modified time | relevance | path

Searched +full:insert +(+path:plugin +path:snippets) -(+path:plugin +path:snippets +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/snippets/
H A Dscript.js110 insert = document.createElement('a');
111 insert.className = 'plugin_snippets_insert';
112 insert.title = LANG['plugins']['snippets']['insert'];
113 insert.href = page;
115 jQuery(insert).bind('click', {'page': page}, function(event) {
116 snippets.insert(event.data.page);
120 div.appendChild(insert);
215 // perform AJAX insert
216 insert: function(page) { method in snippets
219 …ets.update ? 'snippet_update' : 'snippet_insert'; // selects whether to insert with or without up…
H A Dstyle.css94 background: url(images/insert.png) no-repeat 2px 2px;
H A Dplugin.info.txt7 desc Provides toolbar button+popup for template insertion; can track and insert sinppet updates
H A Daction.php291 … if(!array_key_exists($curpage,$snip_data['doc'])) { // insert $curpage into doc array
/plugin/snippets/exe/
H A Dupdate.php31 $helper->insertSnippet($result, $id,false); // insert all updated snippets