Hello
I'm developing a custom component.
This component needs some settings(a key + some other data).
I know i can create an editor for it and i know that there are some default editors like: key, keep, bool, int.
I wanted to ask you what are all default editors that i can use?
P.S.: i need an multi-line text editor, and an editor like the one we have in the "transformer" component.
Thanks, Andrew.
I'm developing a custom component.
This component needs some settings(a key + some other data).
I know i can create an editor for it and i know that there are some default editors like: key, keep, bool, int.
I wanted to ask you what are all default editors that i can use?
P.S.: i need an multi-line text editor, and an editor like the one we have in the "transformer" component.
Thanks, Andrew.
-
Hello Andrew,
you can use
for multiline text editor and<singleType name="multiline" />
for the transformation editor. New issue was reported to document available component attribute editors (http://bug.javlin.eu/browse/CLDOC-480).<singleType name="transform" />
Best Regards
Please sign in to leave a comment.
Comments 1