Browse Source

打印方法加注释

visuddhinanda 5 years ago
parent
commit
23a255febf
1 changed files with 8 additions and 1 deletions
  1. 8 1
      app/studio/plugin/system_print/gui.html

+ 8 - 1
app/studio/plugin/system_print/gui.html

@@ -1,2 +1,9 @@
-	<input id="paper_width" type="input" value="210mm" />
+	<input id="paper_width" type="hidden" value="210mm" />
+	<div>打印方法</div>
+	<ol>
+		<li>设置逐句模式</li>
+		<li>设置纵向显示</li>
+		<li>设置需要显示隐藏的内容</li>
+		<li>按打印预览按钮</li>
+	</ol>
 	<button type="button" onclick="menu_file_print_printpreview()"><?php echo $module_gui_str['editor_project']['1024'];?></button>