Aptana Studio 3 beta的HTML5文件模板如下:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>new-file</title>
<meta name="description" content="" />
<meta name="generator" content="Studio 3 http://aptana.com/" />
<meta name="author" content="Wei Lou" />
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
</head>
<body>
<div>
<header>
<h1>new-file</h1>
</header>
<nav>
<p><a href="/">Home</a></p>
<p><a href="/contact">Contact</a></p>
</nav>
<div>
</div>
<footer>
<p>© Copyright 2011 by Wei Lou</p>
</footer>
</div>
</body>
</html>
我想改变它。但我找不到方法。
谢谢!
答案 0 :(得分:12)
指示Ingo指出如何从头开始创建新模板的详细说明。在这种情况下,由于您只想修改现有模板,因此可以尝试以下操作。
现在,当您创建新的HTML模板时,它应该使用您编辑的html5.html文件的副本。当然,您也可以编辑该项目中的任何其他模板。
答案 1 :(得分:3)
最简单的方法是按照创建新模板的说明进行操作:http://wiki.appcelerator.org/display/tis/Creating+a+new+template。然后,您可以随意修改内容。