We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

Is it possible to customize the layout of the Modals that are displayed?

Answered

Is it possible to change the layout of some of the modals that are displayed with this component?  We are trying to match an existing system, and want to move the action buttons to the bottom of the modal instead of the top.  Is this possible?
 
Thanks

3 answers

WebDataRocks Team WebDataRocks January 31, 2020

Hello, Tom,
 
Thank you for your question.
 
The Toolbar is an HTML/JS addition to WebDataRocks. It uses a standard API and provides easy access to the most commonly used features. The Toolbar is free and provided “as is”. Therefore, you are welcome to change its controls and location.
 
Please see an example demonstrating moving the Toolbar under the component.
 
Detailed information about how to customize the Toolbar can be found following the link: Customizing Toolbar.
 
We hope it works for you.
 
Kind regards,
WebDataRocks Team

Tom Schwendler January 31, 2020

Thank you for your quick response.  I think you misunderstood my question though.  Sorry I was not clear.  I was not asking about the toolbar, but the modal forms that display for things like “Layout Options”, “Fields”, “Calculated Value”, etc. Is there a way to customize those forms?
Thanks,
Tom

WebDataRocks Team WebDataRocks January 31, 2020

Hello, Tom,
 
Thank you for your feedback.
 
We would like to kindly inform you that mentioned modal forms can only be customized overriding CSS styles of the page; however, our team does not recommend that approach due to the fact that these element are not designed for customization or editing.
 
Even so, you are welcome to implement your own modal forms using the API provided by the component. The full list of required objects, methods and events can be found by the link: List of API methods & objects.
 
We hope it helps.
 
Best regards,
WebDataRocks Team