Hi,
I downloaded flexmonster html 5 tool and exploring features as per our requirements. it's really impressive features.
I wanted to know here how to create my own controls, I saw in .css file there was some control tags mentioned here like: #fm-toolbar table, #fm-toolbar th etc..
If I want to display/create dropdown or table right after options menu item, how I can create it?
If possible Can you please provide some example of dropdown or table holds some items dynamically?
Thanks
Kiran
Hi Kiran,
Actually in the downloaded demo you see two parts: toolbar and component itself.
Source code and style of the toolbar you can find in files flexmonster.toolbar.js and flexmonster.toolbar.css. It's easy to remove and modify controls or create your own. Please look at our demo gallery to find samples.
The second part is a pivot grid/charts, and its code is not available for modifications. But you are free to change css styles.
Also, I recommend you to look at JavaScript API here http://www.flexmonster.com/api/. I hope it will help you to make necessary changes
We've prepared this manual for such use cases
How to customize Toolbar
Thanks a lot for your response. I will explore the things that you provided.
Thanks,
Kiran