Using SmartGWT version /builds/SmartGWT/3.1p/PowerEdition/2013-02-27.
Created a component(DynamicForm) which I want to attach with layouts created in Component XML(screen definition).
Don’t want to do it programmatically, means retrieving the components via the getByID and the adding my component to it.
Is there any way by which I can attach my Component(which I created in Java) directly in my Component XML(screen definition).
Thanks,
Deepak Singh
Created a component(DynamicForm) which I want to attach with layouts created in Component XML(screen definition).
Don’t want to do it programmatically, means retrieving the components via the getByID and the adding my component to it.
Is there any way by which I can attach my Component(which I created in Java) directly in my Component XML(screen definition).
Thanks,
Deepak Singh
Comment