kendo ui - How to set kendoTooltip custom width with function? -


i want kendo tooltip custom width:

here code:

$(".tooptip_labell").kendotooltip({   position: "right",    animation: {       open: {         effects: "fade:in"         }}}); 

you can add 'width: 500' configuration. in case should below(i set value 150px.you may change whatever want.)

$(".tooptip_labell").kendotooltip({      position: "right",      width:150,      animation: {      open: {          effects: "fade:in"     }}}); 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -