📄 toolbar.php
字号:
<?php if($this->__hideSymbols != true) { ?>
<td>
<img border="0" src="<?php echo $DevEditPath; ?>/de_images/button_chars.gif" width="21" height="20" onmouseover="button_over(this);" onmouseout="button_out(this);" onmousedown="button_down(this);" onClick="doChars()" class=toolbutton title="<?php echo sTxtChars; ?>"></td>
<?php } ?>
<?php if($this->__hideProps != true) { ?>
<td>
<img border="0" src="<?php echo $DevEditPath; ?>/de_images/button_properties.gif" width="21" height="20" onmouseover="button_over(this);" onmouseout="button_out(this);" onmousedown="button_down(this);" onClick="ModifyProperties()" class=toolbutton title="<?php echo sTxtPageProperties; ?>"></td>
<?php } ?>
<?php if($this->__hideClean != true) { ?>
<td>
<img class=toolbutton onmousedown="button_down(this);" onmouseover="button_over(this);" onClick="cleanCode()" onmouseout="button_out(this);" type=image width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_clean_code.gif" border=0 title="<?php echo sTxtCleanCode; ?>"></td>
<?php } ?>
<?php if($this->__hasCustomInserts == true) { ?>
<td>
<img class=toolbutton onmousedown="button_down(this);" onmouseover="button_over(this);" onClick="doCustomInserts()" onmouseout="button_out(this);" type=image width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_custom_inserts.gif" border=0 title="<?php echo sTxtCustomInserts; ?>"></td>
<?php } ?>
<?php if($this->__hideAbsolute != true) { ?>
<td>
<img id="fontAbsolutePosition_off" disabled class=toolbutton onmousedown="button_down(this);" onmouseover="button_over(this);" width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_absolute_disabled.gif" border=0 title="<?php echo sTxtTogglePosition; ?>"><img id="fontAbsolutePosition" class=toolbutton onmousedown="button_down(this);" onmouseover="button_over(this);" onClick="doCommand('AbsolutePosition')" onmouseout="button_out2(this);" type=image width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_absolute.gif" border=0 title="<?php echo sTxtTogglePosition; ?>" style="display:none"></td>
<?php } ?>
<?php if($this->__hideGuidelines != true) { ?>
<td>
<img class=toolbutton onMouseDown="button_down(this);" onMouseOver="button_over(this);" onClick="toggleBorders()" onMouseOut="button_out2(this);" type=image width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_show_borders.gif" border=0 title="<?php echo sTxtToggleGuidelines; ?>" id=guidelines></td>
<?php } ?>
<td>
<!--<td><img class=toolbutton onmousedown="button_down(this);" onmouseover="button_over(this);" onClick="doArticle()" onmouseout="button_out(this);" type=image width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_article.gif" border=0 title="<?php echo sTxtArticle; ?>"></td>-->
<div class="pasteArea" id="myTempArea" contentEditable></div></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- table menu -->
<DIV ID="tableMenu" STYLE="display:none">
<table border="0" cellspacing="0" cellpadding="0" width=160 style="BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonshadow 2px solid; BORDER-TOP: buttonhighlight 1px solid; BORDER-BOTTOM: buttonshadow 1px solid;" bgcolor="threedface">
<tr onClick="parent.ShowInsertTable()" title="<?php echo sTxtTable; ?>" onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20>
<?php echo sTxtTable; ?>... </td>
</tr>
<tr onClick=parent.ModifyTable(); title="<?php echo sTxtTableModify; ?>" onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=modifyTable>
<?php echo sTxtTableModify; ?>... </td>
</tr>
<tr title="<?php echo sTxtCellModify; ?>" onClick=parent.ModifyCell() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=modifyCell>
<?php echo sTxtCellModify; ?>... </td>
</tr>
<tr height=10>
<td align=center><img src="<?php echo $DevEditPath; ?>/de_images/vertical_spacer.gif" width="140" height="2"></td>
</tr>
<tr title="<?php echo sTxtInsertColA; ?>" onClick=parent.InsertColAfter() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=colAfter>
<?php echo sTxtInsertColA; ?>
</td>
</tr>
<tr title="<?php echo sTxtInsertColB; ?>" onClick=parent.InsertColBefore() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=colBefore>
<?php echo sTxtInsertColB; ?>
</td>
</tr>
<tr height=10>
<td align=center><img src="<?php echo $DevEditPath; ?>/de_images/vertical_spacer.gif" width="140" height="2"></td>
</tr>
<tr title="<?php echo sTxtInsertRowA; ?>" onClick=parent.InsertRowAbove() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=rowAbove>
<?php echo sTxtInsertRowA; ?>
</td>
</tr>
<tr title="<?php echo sTxtInsertRowB; ?>" onClick=parent.InsertRowBelow() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=rowBelow>
<?php echo sTxtInsertRowB; ?>
</td>
</tr>
<tr height=10>
<td align=center><img src="<?php echo $DevEditPath; ?>/de_images/vertical_spacer.gif" width="140" height="2"></td>
</tr>
<tr title="<?php echo sTxtDeleteRow; ?>" onClick=parent.DeleteRow() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=deleteRow>
<?php echo sTxtDeleteRow; ?>
</td>
</tr>
<tr title="<?php echo sTxtDeleteCol; ?>" onClick=parent.DeleteCol() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=deleteCol>
<?php echo sTxtDeleteCol; ?>
</td>
</tr>
<tr height=10>
<td align=center><img src="<?php echo $DevEditPath; ?>/de_images/vertical_spacer.gif" width="140" height="2" tabindex=1 HIDEFOCUS></td>
</tr>
<tr title="<?php echo sTxtIncreaseColSpan; ?>" onClick=parent.IncreaseColspan() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=increaseSpan>
<?php echo sTxtIncreaseColSpan; ?>
</td>
</tr>
<tr title="<?php echo sTxtDecreaseColSpan; ?>" onClick=parent.DecreaseColspan() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=20 id=decreaseSpan>
<?php echo sTxtDecreaseColSpan; ?>
</td>
</tr>
</table>
</div>
<!-- end table menu -->
<!-- form menu -->
<DIV ID="formMenu" STYLE="display:none;">
<table border="0" cellspacing="0" cellpadding="0" width=180 style="BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonshadow 2px solid; BORDER-TOP: buttonhighlight 1px solid; BORDER-BOTTOM: buttonshadow 1px solid;" bgcolor="threedface">
<tr title="<?php echo sTxtForm; ?>" onClick=parent.insertForm() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=22>
<img width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_form.gif" border=0 align="absmiddle"> <?php echo sTxtForm; ?>... </td>
</tr>
<tr title="<?php echo sTxtFormModify; ?>" onClick=parent.modifyForm() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" id="modifyForm1" height=22 class=dropDown>
<img id="modifyForm2" width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_modify_form.gif" border=0 align="absmiddle"> <?php echo sTxtFormModify; ?>... </td>
</tr>
<tr height=10>
<td align=center><img src="<?php echo $DevEditPath; ?>/de_images/vertical_spacer.gif" width="140" height="2" tabindex=1 HIDEFOCUS></td>
</tr>
<tr title="<?php echo sTxtTextField; ?>" onClick=parent.doTextField() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=22>
<img width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_textfield.gif" border=0 align="absmiddle"> <?php echo sTxtTextField; ?>... </td>
</tr>
<tr title="<?php echo sTxtTextArea; ?>" onClick=parent.doTextArea() onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=22>
<img type=image width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_textarea.gif" border=0 align="absmiddle"> <?php echo sTxtTextArea; ?>... </td>
</tr>
<tr title="<?php echo sTxtHidden; ?>" onClick=parent.doHidden(); onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=22>
<img width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_hidden.gif" border=0 align="absmiddle"> <?php echo sTxtHidden; ?>... </td>
</tr>
<tr title="<?php echo sTxtButton; ?>" onClick=parent.doButton(); onMouseOver="parent.contextHilite(this);" onMouseOut="parent.contextDelite(this);">
<td style="cursor: hand; font:8pt tahoma;" height=22>
<img width="21" height="20" src="<?php echo $DevEditPath; ?>/de_images/button_button.gif" border=0 align="absmiddle"> <?php echo sTxtButton; ?>... </td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -