i want to Hide some controls and add custom button from collapse All or Expand all or like it .is it possible . see in attachment
see link.
i upload attachment here .
https://prnt.sc/uy8pky
any body help me ?
Hello!
Thank you for writing to us and providing screenshots for illustration.
We would like to confirm that customizing the component in the described way is possible.
Please have a look at the Customizing the Toolbar article. It contains removing specific tabs and adding new tabs guides.
We have also prepared an example showing how to add the tab with the expandAllData method called on click: http://jsfiddle.net/flexmonster/m1rk0yg3/.
Please let us know if everything is clear and if any additional questions arise.
Best regards,
Milena
Thanks a Lot
its help me a lot .
Is there any way to add custom Loading pop up on flexmonter and hide
like this
https://prnt.sc/v0bp66
Hello, Faizan,
Thank you for reaching out.
We want to inform you that Flexmonster does not provide the possibility to customize the loader alert.
The alert can be partially customized through CSS overwriting. For example, it is possible to hide the chosen elements of the pop-up.
We hope it helps.
Feel free to contact us in case other questions arise.
Kind regards,
Illia
it is possible to hide the chosen elements of the pop-up.
Then Please help me in.
Hello, Faizan,
To illustrate the described approach, we prepared the corresponding JSFiddle.
It shows the way to hide elements as demonstrated on the screenshot you provided earlier.
The following CSS styles need to be added:
#fm-pivot-view > div.fm-ui-element.fm-ui.fm-ui-container.fm-ui-window.fm-ui-popup.fm-preloader-view > span.fm-ui-element.fm-ui.fm-ui-label.fm-details-label, #fm-pivot-view > div.fm-ui-element.fm-ui.fm-ui-container.fm-ui-window.fm-ui-popup.fm-preloader-view > span.fm-ui-element.fm-ui.fm-ui-label.fm-message-label { display: none; }
We hope it helps.
Please contact us if other questions arise.
Regards,
Illia
You are start
Good , but i want if i click on some button then the loading start automatically with customs message or when i click on other button the loading pop hide.
some thing like .
Thanks
Hello, Faizan,
Our team wants to explain that the message displayed on the loading pop-up can not be modified.
It is also not possible to close the loading pop-up before the loading is finished.
The only approach to interact with alerts created automatically is through CSS (for example, hiding some elements as mentioned earlier).
Please contact us if other questions arise.
Kind regards,
Illia