Basic Functional Template
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>My WEM Application</title>
<% CommonScripts %>
</head>
<body>
<% Navigation main %>
<form method="post" enctype="multipart/form-data">
<% Content %>
<% HiddenFormFields %>
</form>
<% ButtonBarButtons left %>
<% ButtonBarButtons right %>
<% StartupScripts %>
</body>
</html>Postback
Remarks
Last updated
Was this helpful?