From: Andrey C. <sku...@us...> - 2006-06-06 13:31:12
|
Update of /cvsroot/eas-dev/ocmng/components/ocmng/forms In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3634/components/ocmng/forms Modified Files: form.xml Log Message: Fix "form" component, small fixes in ocmng Index: form.xml =================================================================== RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/forms/form.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- form.xml 5 Jun 2006 12:23:09 -0000 1.2 +++ form.xml 6 Jun 2006 13:30:55 -0000 1.3 @@ -18,9 +18,18 @@ <meta dictionary="ETC01"> <!-- mng_form --> + <attribute name="name" + type="string" + lenType="rtrim" + len="50" + notNull="yes" + notEmpty="yes" + /> <attribute name="type" type="string" len="50" lenType="rtrim" /> <attribute name="content" type="text" lenType="alltrim" /> + <index name="name" expression="name"/> + <class name="mng_form" extent="component" essence="name" |