⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolbar.php

📁 灵活强大的会员系统轻松构建互动应用
💻 PHP
📖 第 1 页 / 共 5 页
字号:
<?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> 
  &nbsp;&nbsp;<?php echo sTxtTable; ?>...&nbsp; </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> 
  &nbsp;&nbsp;<?php echo sTxtTableModify; ?>...&nbsp;</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> 
&nbsp;&nbsp;<?php echo sTxtCellModify; ?>...&nbsp; </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> 
  &nbsp;&nbsp;<?php echo sTxtInsertColA; ?>&nbsp;
</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> 
  &nbsp;&nbsp;<?php echo sTxtInsertColB; ?>&nbsp;
</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> 
  &nbsp;&nbsp;<?php echo sTxtInsertRowA; ?>&nbsp;
</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> 
  &nbsp;&nbsp;<?php echo sTxtInsertRowB; ?>&nbsp;
</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>
  &nbsp;&nbsp;<?php echo sTxtDeleteRow; ?>&nbsp;
</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>
  &nbsp;&nbsp;<?php echo sTxtDeleteCol; ?>&nbsp;
</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>
  &nbsp;&nbsp;<?php echo sTxtIncreaseColSpan; ?>&nbsp;
</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>
  &nbsp;&nbsp;<?php echo sTxtDecreaseColSpan; ?>&nbsp;
</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">&nbsp;<?php echo sTxtForm; ?>...&nbsp;</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">&nbsp;<?php echo sTxtFormModify; ?>...&nbsp;</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">&nbsp;<?php echo sTxtTextField; ?>...&nbsp;</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">&nbsp;<?php echo sTxtTextArea; ?>...&nbsp;</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">&nbsp;<?php echo sTxtHidden; ?>...&nbsp;</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">&nbsp;<?php echo sTxtButton; ?>...&nbsp;</td>
  </tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -