EasyUI Forum
September 14, 2025, 03:43:32 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Tooltip on numberspinner  (Read 9531 times)
bduguay
Newbie
*
Posts: 31


View Profile
« on: March 25, 2015, 07:11:38 AM »

Hello,

I'm trying to add a tooltip to a numberspinner but I'm having no luck. The following code works with comboboxes, combogrids and dateboxes but it's not working for the numberspinner.

Please advise.

Code:
function setTooltip(conName, tooltip) {
    var control = $(conName).numberspinner('textbox');
    control.parent().tooltip({content : tooltip});
}



Thank you.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: March 25, 2015, 07:26:40 AM »

What edition are you using? If the edition is too old, please update to latest version.
Logged
bduguay
Newbie
*
Posts: 31


View Profile
« Reply #2 on: March 25, 2015, 07:55:58 AM »

I'm using 1.3.4.
I found that when I tried to update to 1.4.1 the layout and formatting changed for my project.
Logged
bduguay
Newbie
*
Posts: 31


View Profile
« Reply #3 on: March 25, 2015, 08:09:14 AM »

I just tried to upgrade to 1.4.2 and this with what happens.

Logged
bduguay
Newbie
*
Posts: 31


View Profile
« Reply #4 on: March 25, 2015, 08:21:05 AM »

Apologies. I forgot to change the css links. This is the way it looks corrected. I will update my project to the latest version of jQuery. Thank you for your help.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!