📄 mini_toolbar_data.gecko.inc.php
字号:
<?php // ================================================// SPAW PHP WYSIWYG editor control// ================================================// Default toolbar data file// ================================================// Developed: Alan Mendelevich, alan@solmetra.lt// Copyright: Solmetra (c)2003 All rights reserved.// ------------------------------------------------// www.solmetra.com// ================================================// v.1.0, 2003-03-22// ================================================// array to hold toolbar definitions// first dimension - toolbar location (top, left, right, bottom)// second dimension - toolbar row/column// third dimension - settings/data// fourth dimension - setting/toolbar item// toolbar item: name - item name, type - item type (button, dropdown, separator, etc.)$spaw_toolbar_data = array( 'top_design' => array( array( 'settings' => array( 'align' => 'left', 'valign' => 'top' ), 'data' => array ( array( 'name' => 'undo', 'type' => SPAW_TBI_BUTTON ), array( 'name' => 'redo', 'type' => SPAW_TBI_BUTTON ), array( 'name' => 'vertical_separator', 'type' => SPAW_TBI_IMAGE ), array( 'name' => 'bold', 'type' => SPAW_TBI_BUTTON ), array( 'name' => 'italic', 'type' => SPAW_TBI_BUTTON ), array( 'name' => 'underline', 'type' => SPAW_TBI_BUTTON ), ) // data ), ), );?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -