Need a special offer?Find out if your project fits.
+

Can customize the Option UI?

Answered
uchivoitachi asked on May 25, 2021

Hi Team,
 
Is it possible to customize the layout option(GUI)?For example,add a new on/off featrue on the option screen,e.g. Expand all rows/columns.
 
 

Attachments:
fl option.jpg

2 answers

Public
Vera Didenko Vera Didenko Flexmonster May 25, 2021

Hello, 
 
Thank you for writing to us.
 
For such cases, our team kindly suggests creating a custom options pop-up:
 
The "Options" Toolbar Tab's handler can be overridden to provide your own options pop-up. This can be achieved by customizing the Toolbar.
We have prepared a simple JSFiddle showing how the "Options" Toolbar Tab's handler can be overridden: https://jsfiddle.net/flexmonster/1c9a45jh/.
 
For providing the needed functionality for the custom pop-up, Flexmonster API calls could be used. For example, using the setOptions() and refresh() API calls, you could apply the selected options to Flexmonster.
 
This way, you could add any desired options to the user interface.
 
Please let us know if this works.
 
Kind regards,
Vera

Public
uchivoitachi May 30, 2021

Thanks for the help!

Please login or Register to Submit Answer