72 lines
4.2 KiB
HTML
72 lines
4.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<!-- saved from url=(0135)file:///tmp/1042236961/eclipse/.update/1292567746703/1292567746704/pde_schema_org-adempiere-webui-org-adempiere-webui-Form_preview.html -->
|
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Web Form</title>
|
|
<style type="text/css">@import url("css/book.css");</style>
|
|
<style type="text/css">@import url("css/schema.css");</style>
|
|
</head>
|
|
<body>
|
|
<h1 style="text-align:center">Web Form</h1>
|
|
<p></p>
|
|
<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.adempiere.webui.org.adempiere.webui.Form<p></p>
|
|
<h6 class="CaptionFigColumn SchemaHeader">Since: </h6>1.0.0
|
|
<p></p>
|
|
|
|
<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>Extension point to provide form controller implementation. Use the {extension id} in AD_Form.ClassName to reference the extension that will provide the form controller instance ( replace {extension id} with your actual extension id ). Note that if you intend to support both swing and zk client, you should use the same extension id for the swing and zk form extension ( of course, class name should be different ).<p></p>
|
|
<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
|
|
<p></p>
|
|
<p class="code SchemaDtd"><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.form">form</a>)></p>
|
|
<p class="code SchemaDtd"><!ATTLIST extension</p>
|
|
<p class="code SchemaDtdAttlist">point CDATA #REQUIRED</p><p class="code SchemaDtdAttlist">id CDATA #REQUIRED</p><p class="code SchemaDtdAttlist">name CDATA #IMPLIED</p>><p></p>
|
|
<p></p>
|
|
<ul class="ConfigMarkupAttlistDesc">
|
|
</ul>
|
|
<br><p class="code SchemaDtd"><!ELEMENT <a name="e.form">form</a> EMPTY></p>
|
|
<p class="code SchemaDtd"><!ATTLIST form</p>
|
|
<p class="code SchemaDtdAttlist">class CDATA #REQUIRED</p>><p></p>
|
|
<p></p>
|
|
<ul class="ConfigMarkupAttlistDesc">
|
|
<li><b>class</b> - Implementation class name for the org.adempiere.webui.panel.IFormController interface</li>
|
|
</ul>
|
|
<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6><pre class="Example"><span class="code SchemaTag">
|
|
<extension
|
|
id=</span><span class="code SchemaCstring">"org.adempiere.extend.myForm"</span><span class="code SchemaTag">
|
|
name=</span><span class="code SchemaCstring">"My Form"</span><span class="code SchemaTag">
|
|
point=</span><span class="code SchemaCstring">"org.adempiere.webui.Form"</span><span class="code SchemaTag">>
|
|
<process
|
|
class=</span><span class="code SchemaCstring">"org.adempiere.ui.zk.extend.MyForm"</span><span class="code SchemaTag">>
|
|
</process>
|
|
</extension>
|
|
|
|
AD_Form.ClassName="org.adempiere.extend.myForm"
|
|
</span></pre>
|
|
<p></p>
|
|
|
|
<h6 class="CaptionFigColumn SchemaHeader">API Information: </h6>The class attribute must represent an implementor of org.adempiere.webui.panel.IFormController
|
|
<p></p>
|
|
|
|
<br>
|
|
<p class="note SchemaCopyright">
|
|
This file is part of Adempiere ERP Bazaar
|
|
http://www.adempiere.org
|
|
|
|
Copyright (C) Heng Sin Low
|
|
Copyright (C) Contributors
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
under the terms version 2 of the GNU General Public License as published
|
|
by the Free Software Foundation. This program is distributed in the hope
|
|
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
See the GNU General Public License for more details.
|
|
You should have received a copy of the GNU General Public License along
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
|
|
|
Contributors:
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</body></html> |