Dropdown component on header toolbar of fullcalendar in react js without jquery - reactjs

I am using fullcalendar in react js and want to display dropdown in it's header toolbar. I have a separate component for dropdown and want to integrate it in the header. Is there any way to do that without using jquery I checked their documentation but there is nothing like that. We can create only custom buttons and can't even pass any tags in those buttons. There have just limited options .

Related

react material UI modal content should be another URL

Is it possible to pass a URL into the material-ui Modal/Dialog to set its content? if not, how would you suggest I go about this? I have a page which I would like to load into a dialog. I don't want it to be a component as I want it to have its own URL.

How to set custom icons with bootstrap nav tree using angularjs?

I am using the bootstrap nav tree with angularjs, I want to set the custom icons instead of default, how can I do that?

CKEditor conflicting with TextAngular

We have a nifty AngularJS 1 app and we're using TextAngular add on. Works great. We now have the requirement to add the customer's custom header into our work, which is being added via JS AJAX call and it inserts the HTML into the page. This header is using CKEditor. I've asked to remove it but they can't. As a result, when I click into my TextAngular box, the CKEditor toolbar appears.
Thoughts on how I can separate the two? It appears CKEditor is attaching itself to any div where contenteditable="true". Is there a way to tell CKEditor to ignore divs?

Generate icons, and its properties, dynamically using controllers

I'm using angularJs 1.3 with Angular Material Design 0.8.3 and I have a page that has a toolbar on the top <md-toolbar class="md-whiteframe-glow-z2 md-default-theme"> where I'm trying to put some icons dynamically. The page has some crud's and each crud has it own controller. The case is, each crud must have it specific icons at the toolbar, I'm trying to specify it through the controllers but I have no idea how can I write this cuz each icon should have it owns properties (the href link, the action function etc). Someone know if its possible to apply this idea (control the icons that will appears in the screen per crud via controllers)?

AngularJs:How to create a tooltip in angularjs

We are trying to determine what tooltip plugin we should use for web page that uses AngularUI to get an effect like this (or close to this)
the angular-ui popover plugin with some custom html and css would do the job:
http://angular-ui.github.io/bootstrap

Resources