I'm building a website with cakephp and I would like to style the layout of the tooltips. Is it possible to assign a class or id within
Form->input('type', array('title' =>'enter type'))
to style the tool tip or is there any workaround available?
I'm building a website with cakephp and I would like to style the layout of the tooltips. Is it possible to assign a class or id within
Form->input('type', array('title' =>'enter type'))
to style the tool tip or is there any workaround available?
 
    
     
    
    You cannot, you should use a JS plugin for that.. like the bootstrap one:
