I am using smartgwt pro v6.1 (SmartClient Version: v11.1p_2017-07-30/Pro Development Only (built 2017-07-30)).
I tried to extend a IButton with a new class called IButtonTest and I want to use this object in visual builder.
After I configured the palette I can drag and drop IButtonTest in DataView Layout but when I save the screen I noticed that this object is saved as IButton as shown in the following pictures
I tried to manually change the tag IButton into IButtonTest as shown in the following picture
When I save the xml it gives me an error in the console as shown in the following picture
In the attachments there are some screenshots about the configuration used (server.properties, customComponent.xml, globalDependencies.xml, IButtonTest.java, IButtonTest.ds.xml, entryPoint)
I tried to extend a IButton with a new class called IButtonTest and I want to use this object in visual builder.
After I configured the palette I can drag and drop IButtonTest in DataView Layout but when I save the screen I noticed that this object is saved as IButton as shown in the following pictures
I tried to manually change the tag IButton into IButtonTest as shown in the following picture
When I save the xml it gives me an error in the console as shown in the following picture
In the attachments there are some screenshots about the configuration used (server.properties, customComponent.xml, globalDependencies.xml, IButtonTest.java, IButtonTest.ds.xml, entryPoint)
Comment