Added priority attribute to form extension point.

This commit is contained in:
Heng Sin Low 2011-01-11 00:54:40 +08:00
parent f3fa756afc
commit 6ca242f757
1 changed files with 9 additions and 3 deletions

View File

@ -59,6 +59,13 @@
</appinfo>
</annotation>
</attribute>
<attribute name="priority" type="string">
<annotation>
<documentation>
numeric priority value, higher value is of higher priority
</documentation>
</annotation>
</attribute>
</complexType>
</element>
@ -106,7 +113,7 @@ AD_Form.ClassName=&quot;org.adempiere.extend.myForm&quot;
<meta.section type="copyright"/>
</appinfo>
<documentation>
This file is part of Adempiere ERP Bazaar http://www.adempiere.org.
This file is part of Adempiere ERP Bazaar http://www.adempiere.org.
Copyright (C) Heng Sin Low.
Copyright (C) Contributors.
@ -119,8 +126,7 @@ AD_Form.ClassName=&quot;org.adempiere.extend.myForm&quot;
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.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
</documentation>
</annotation>