?? mozeditor.tpl
字號(hào):
<!-- begin 1st instance only -->
<link rel="stylesheet" href="##directory##editor_theme.css" type="text/css" />
<!-- end 1st instance only -->
<div id="##name##_load_message" style="display:block; position:absolute; z-index:1000;">
<table width="##width##" height="##height2##">
<tr>
<td valign="middle" style="text-align: center"><div style="margin: auto; background-color:#666666; border:1px solid #333333; padding: 10px; width: 100px; color:#FFFFFF; font-family:verdana,arial,helvetica,sans-serif; font-size:12px; font-weight:bold">##please_wait## </div></td>
</tr>
</table>
</div>
<!-- begin 1st instance only -->
<script language="JavaScript" type="text/javascript" src="##directory##js/MozScript.js"></script>
<script language="JavaScript" type="text/javascript" src="##directory##js/editorShared.js"></script>
<script language="JavaScript" type="text/javascript" src="##directory##js/dialogEditorShared.js"></script>
<!-- end 1st instance only -->
<script language="JavaScript" type="text/javascript">
<!--// Hide
<!-- begin 1st instance only -->
var wp_directory = '##directory##';
<!-- end 1st instance only -->
var config_##name## = new wp_config();
config_##name##.name = '##name##';
config_##name##.instance_lang = '##instance_lang##';
config_##name##.encoding = '##encoding##';
config_##name##.xhtml_lang = '##xhtml_lang##';
config_##name##.useXHTML = ##usexhtml##;
config_##name##.baseURLurl = '##baseURLurl##';
config_##name##.baseURL = '##baseURL##';
config_##name##.instance_img_dir = '##instance_img_dir##';
config_##name##.instance_doc_dir = '##instance_doc_dir##';
//<!-- begin removeserver -->
config_##name##.domain1 = new RegExp('(href=|src=|action=)"##domain##',"gi");
config_##name##.domain2 = new RegExp('(href=|src=|action=)"##domain2##',"gi");
//<!-- end removeserver -->
config_##name##.stylesheet = ##stylesheet##
config_##name##.imenu_height = ##imenu_height##;
config_##name##.bmenu_height = ##bmenu_height##;
config_##name##.smenu_height = ##smenu_height##;
config_##name##.tmenu_height = ##tmenu_height##;
config_##name##.imagewindow = "##imgwindow##";
config_##name##.links = ##links##;
config_##name##.custom_inserts = ##custom_objects##;
config_##name##.directory = '##directory##';
config_##name##.usep = ##usep##;
config_##name##.showbookmarkmngr = ##showbookmarkmngr##;
config_##name##.subsequent = ##subsequent##;
config_##name##.color_swatches = '##color_swatches##';
config_##name##.border_visible = ##guidelines##;
config_##name##.doctype = '##doctype##';
config_##name##.charset = '##charset##';
// lang
config_##name##.lang['guidelines_hidden'] = '##guidelines_hidden##';
config_##name##.lang['guidelines_visible'] = '##guidelines_visible##';
config_##name##.lang['place_cursor_in_table'] = '##place_cursor_in_table##';
config_##name##.lang['only_split_merged_cells'] = '##only_split_merged_cells##';
config_##name##.lang['no_cell_right'] = '##no_cell_right##';
config_##name##.lang['different_row_spans'] = '##different_row_spans##';
config_##name##.lang['no_cell_below'] = '##no_cell_below##';
config_##name##.lang['different_column_spans'] = '##different_column_spans##';
config_##name##.lang['select_hyperlink_text'] = '##select_hyperlink_text##';
config_##name##.lang['upgrade'] = '##upgrade##';
config_##name##.lang['format'] = '##format##';
config_##name##.lang['font'] = '##font##';
config_##name##.lang['class'] = '##class##';
config_##name##.lang['size'] = '##size##';
function wp_##name##_mouseUpHandler (evt) {
wp_mouseUpHandler(##name##, evt);
}
function wp_##name##_keyHandler (evt) {
wp_keyHandler(##name##, evt);
}
function wp_##name##_contextHandler (evt) {
wp_context(##name##, evt)
}
// End -->
</script>
<table id="##name##_container" width="##width##" height="##absheight##" class="wpContainer" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td> <div id="##name##_tab_one" style="display:block;">
<table class="wpToolbar" style="##toolbar1_style##" border="0" cellpadding="0" cellspacing="0">
<tr> ##savebutton##
<!-- begin print -->
<td><img cid="forecolor" class="wpReady" width="22" height="22" onClick="##name##.edit_object.print()" alt="" title="##print##" src="##directory##images/print.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end print -->
<!-- begin find -->
<td><img cid="forecolor" class="wpReady" width="22" height="22" onClick="wp_findit(##name##);" alt="" title="##find_and_replace##" src="##directory##images/find.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end find -->
<!-- begin spacer1 -->
<td><img class="wpSpacer" width="1" height="22" src="##directory##images/spacer.gif" alt="" /></td>
<!-- end spacer1 -->
<!-- begin pasteword -->
<td><img cid="forecolor" class="wpReady" width="22" height="22" onClick="wp_paste_word_html(##name##);" alt="" title="##paste_word##" src="##directory##images/pasteword.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end pasteword -->
<!-- begin spacer2 -->
<td><img class="wpSpacer" width="1" height="22" src="##directory##images/spacer.gif" alt="" /></td>
<!-- end spacer2 -->
<!-- begin undo -->
<td><img cid="undo" class="wpReady" width="22" height="22" onClick="wp_callFormatting(##name##,'undo');" alt="" title="##undo##" src="##directory##images/undo.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end undo -->
<!-- begin redo -->
<td><img cid="redo" class="wpReady" width="22" height="22" onClick="wp_callFormatting(##name##,'redo');" alt="" title="##redo##" src="##directory##images/redo.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end redo -->
<!-- begin spacer3 -->
<td><img class="wpSpacer" width="1" height="22" src="##directory##images/spacer.gif" alt="" /></td>
<!-- end spacer3 -->
<!-- begin tbl -->
<td><img cid="forecolor" class="wpReady" width="22" height="22" onClick="wp_open_table_window(##name##,this);" alt="" title="##insert_table##" src="##directory##images/instable.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- begin edittable -->
<td><img cid="edittable" class="wpReady" src="##directory##images/edittable.gif" width="22" height="22" alt="" title="##table_properties##" onClick="wp_open_table_editor(##name##);" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<td><img cid="edittable" class="wpReady" src="##directory##images/insrow.gif" width="22" height="22" alt="" title="##add_row##" onClick="wp_processRow(##name##,'choose');" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<td><img cid="edittable" class="wpReady" src="##directory##images/delrow.gif" width="22" height="22" alt="" title="##delete_row##" onClick="wp_processRow(##name##,'remove');" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<td><img cid="edittable" class="wpReady" src="##directory##images/inscol.gif" width="22" height="22" alt="" title="##insert_column##" onClick="wp_processColumn(##name##,'choose');" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<td><img cid="edittable" class="wpReady" src="##directory##images/delcol.gif" width="22" height="22" alt="" title="##delete_column##" onClick="wp_processColumn(##name##,'remove');" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<td><img cid="edittable" class="wpReady" src="##directory##images/mrgcell.gif" width="22" height="22" alt="" title="##merge_cell##" onClick="wp_mergeCell(##name##);" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<td><img cid="splitcell" class="wpReady" src="##directory##images/spltcell.gif" width="22" height="22" alt="" title="##unmerge_cell##" onClick="wp_splitCell(##name##);" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end edittable -->
<!-- end tbl -->
<!-- begin spacer4 -->
<td><img class="wpSpacer" width="1" height="22" src="##directory##images/spacer.gif" alt="" /></td>
<!-- end spacer4 -->
<!-- begin image -->
<td><img cid="insertimage" class="wpReady" width="22" height="22" onClick="wp_open_image_window(##name##,this);" alt="" title="##insert_image##" src="##directory##images/image.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end image -->
<!-- begin smiley -->
<td><img cid="insertimage" class="wpReady" width="22" height="22" onClick="wp_insert_smiley(##name##,this);" alt="" title="##insert_emoticon##" src="##directory##images/smiley.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end smiley -->
<!-- begin ruler -->
<td><img cid="inserthorizontalrule" class="wpReady" width="22" height="22" onClick="wp_open_horizontal_rule_window(##name##,this);" alt="" title="##horizontal_line##" src="##directory##images/icon_rule.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end ruler -->
<!-- begin link -->
<td><img cid="createlink" class="wpReady" width="22" height="22" onClick="wp_##hyperlink_function##;" alt="" title="##insert_hyperlink##" src="##directory##images/link.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end link -->
<!-- begin document -->
<td><img cid="createlink" class="wpReady" width="22" height="22" onClick="wp_open_document_window(##name##,this);" alt="" title="##document_link##" src="##directory##images/doc_link.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end document -->
<!-- begin bookmark -->
<td><img cid="insertimage" class="wpReady" width="22" height="22" onClick="wp_open_bookmark_window(##name##,this);" alt="" title="##insert_bookmark##" src="##directory##images/bookmark.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end bookmark -->
<!-- begin special -->
<td><img cid="inserthorizontalrule" class="wpReady" width="22" height="22" onClick="wp_open_special_characters_window(##name##,this);" alt="" title="##special_characters##" src="##directory##images/specialchar.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end special -->
<!-- begin custom -->
<td><img cid="inserthorizontalrule" class="wpReady" width="22" height="22" onClick="wp_custom_object(##name##,this);" alt="" title="##insert_object##" src="##directory##images/custom.gif" type="btn" onMouseOver="wp_m_over(this, ##name##);" onMouseOut="wp_m_out(this, ##name##);" onMouseDown="wp_m_down(this, ##name##);" onMouseUp="wp_m_up(this, ##name##);" /></td>
<!-- end custom -->
</tr>
</table>
<table class="wpToolbar" style="##toolbar2_style##" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <table id="##name##_format_list" class="wpDropBorderWide" style="##format_list_style##" onClick="wp_show_menu(##name##,'format', this)" border="0" cellpadding="0" cellspacing="1" onMouseOver="this.style.backgroundColor = 'highlight';" onMouseOut="this.style.backgroundColor = '#ffffff';" title="##paragraph_format##">
<tr>
<td width="70"><div id="##name##_format_list-text">##format##</div></td>
<td width="10"><img unselectable="on" src="##directory##images/down_arrow.gif" width="10" height="14" alt="" /></td>
</tr>
</table>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -