Hello,
I am trying to organize better my forms, so I have some questions about layout for DynamicForms
1 - Is there built in group layouts in DynamicForms? to group some fields together and have some label to this visual group?
2 - If I change the X and Y absolute value for some field, the original field place stays as a "hole", is there a way to tell the next field to swap and fill this hole?
3 - Is there a way to make the DynamicForm header dynamic? to use the data.name for example? instead of having it fixed like this? {type:"header", defaultValue:"Company"}
4 - How do I re-order the fields inside the DynamicForm? I am using schemaBean as you can see:
beanClassName="com.wazollc.alphatheory.hibernate.bo.CompanyBO"
schemaBean="com.wazollc.alphatheory.hibernate.bo.CompanyBO"
and in the dynamicForm I set it with useAllDataSourceFields:true, so it will automatically build all fields for my Bean, but how can I re order it? I noticed it obey the field definition in the datasource but not the field denifition in the fields property on javascript.
Can you suggest a smart way to solve these issues?
thank you.
I am trying to organize better my forms, so I have some questions about layout for DynamicForms
1 - Is there built in group layouts in DynamicForms? to group some fields together and have some label to this visual group?
2 - If I change the X and Y absolute value for some field, the original field place stays as a "hole", is there a way to tell the next field to swap and fill this hole?
3 - Is there a way to make the DynamicForm header dynamic? to use the data.name for example? instead of having it fixed like this? {type:"header", defaultValue:"Company"}
4 - How do I re-order the fields inside the DynamicForm? I am using schemaBean as you can see:
beanClassName="com.wazollc.alphatheory.hibernate.bo.CompanyBO"
schemaBean="com.wazollc.alphatheory.hibernate.bo.CompanyBO"
and in the dynamicForm I set it with useAllDataSourceFields:true, so it will automatically build all fields for my Bean, but how can I re order it? I noticed it obey the field definition in the datasource but not the field denifition in the fields property on javascript.
Can you suggest a smart way to solve these issues?
thank you.
Comment