1/** 2 * GrenSladaWritezor javascript hackory to get the toolbar button. 3 * 4 * @license GNU General Public License Version 2 (http://www.gnu.org/licenses/gpl.html) 5 * @author Stanford Ng <stng@theculprit.com> 6 */ 7 8if(toolbar){ 9 toolbar[toolbar.length] = { 10 "type":"mediapopup", 11 "title":"GrenSladaWritezor", 12 "icon":"GrenSladaWritezor.png", 13 "url":DOKU_BASE+"lib/plugins/grensladawritezor/edit.php?ns=", 14 "name":"GrenSladaWritezor", 15 "options":"width=780,height=580,left=10,top=10,scrollbars=yes,resizable=yes" 16 }; 17} 18