Hi,
I am new to clover and trying to develop a custom component. Is there a way that i can introduce a new category in the customComponent.xml for the property element.
<!ELEMENT property (singleType | enumType | keyType)>
<!ATTLIST property
category (clover|basic|advanced|deprecated) #REQUIRED displayName CDATA #REQUIRED
modifiable (true | false) #REQUIRED
name NMTOKEN #REQUIRED
nullable (true | false) #IMPLIED
defaultValue CDATA #IMPLIED
required CDATA #IMPLIED
defaultHint CDATA #IMPLIED
>
Say for example i want to add a category Error Handling to
category (clover|basic|advanced|deprecated). Please let me know the procedure for doing so.
Thanks in advance,
Kumar
I am new to clover and trying to develop a custom component. Is there a way that i can introduce a new category in the customComponent.xml for the property element.
<!ELEMENT property (singleType | enumType | keyType)>
<!ATTLIST property
category (clover|basic|advanced|deprecated) #REQUIRED displayName CDATA #REQUIRED
modifiable (true | false) #REQUIRED
name NMTOKEN #REQUIRED
nullable (true | false) #IMPLIED
defaultValue CDATA #IMPLIED
required CDATA #IMPLIED
defaultHint CDATA #IMPLIED
>
Say for example i want to add a category Error Handling to
category (clover|basic|advanced|deprecated). Please let me know the procedure for doing so.
Thanks in advance,
Kumar
-
Hello Kumar,
unfortunately it is not possible. You can use only the predefined categories: clover, basic, advanced, visual, custom and deprecated.
Please sign in to leave a comment.
Comments 1