index.htm

来自「applet在線上繪圖,允許在瀏覽器上繪圖,最後儲存成各式的圖檔」· HTM 代码 · 共 34 行

HTM
34
字号
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Contents</title>
<link REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</head>
<body leftmagin="20">

<h3>J-Painter developer's guide.</h3>

<p><hr></p>

<p><a href="http://izhuk.com/painter" >The product's home page</a></p>

	<p><b>Basic topics</b></p>
	<a href="intro.htm"   >Introduction</a><br>
	<a href="placing.htm" >Placing the editor on a web page</a><br>
	<a href="saving.htm"  >Saving images to the server</a><br>
	<a href="loading.htm" >Loading images from the server</a><br>

	<p><b>Additional topics</b></p>
	<a href="js_template.htm" >Using JavaScript templates</a><br>
	<a href="pubfuncs.htm" >Public functions for JavaScript</a><br>
	<a href="scroll.htm"  >Scrolling the canvas</a><br>
	<a href="icons.htm"   >Creating custom icons</a><br>
	<a href="customtools.htm" >Custom drawing tools</a><br>
	<a href="loadfilters.htm" >Custom load filters</a><br>
	<a href="instances.htm" >Several editors on a webpage</a><br>
	<a href="measuring.htm" >Measuring with J-Painter</a><br>
	<a href="base64.htm"  >BASE64 encoding</a><br>
	<a href="compat.htm"  >Compatibility and known problems</a><br>
</body>
</html>

⌨️ 快捷键说明

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