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

Hide control and add custom button .is it possible . see in attachment

Answered
Faizan Hamz asked on October 13, 2020

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

Attachments:
download.png

9 answers

Public
Faizan Hamz October 15, 2020

any body help me ?

Public
Milena Pechura Milena Pechura Flexmonster October 15, 2020

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

Public
Faizan Hamz October 16, 2020

Thanks a Lot 
its help me a lot .

Public
Faizan Hamz October 16, 2020

Is there any way to add custom  Loading pop up on flexmonter and hide 
like this
https://prnt.sc/v0bp66

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 19, 2020

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

Public
Faizan Hamz October 20, 2020

 it is possible to hide the chosen elements of the pop-up.
Then Please help me in.

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 20, 2020

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

Public
Faizan Hamz October 21, 2020

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
 

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 22, 2020

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

Please login or Register to Submit Answer