Title: Tooltip of validatebox should be edited by programmer Post by: mrhyher on February 21, 2013, 06:56:34 PM Maybe sometimes i want to specify different tooltip message to different validatebox, in current version , the tootip is 'this field is required',i want to specify it like ''.
The preview tooltip can not be used on textbox, if i want to use both validatebox and tooltip on the same textbox, how can i do? Title: Re: Tooltip of validatebox should be edited by programmer Post by: stworthy on February 22, 2013, 01:04:40 AM You can't apply multiple tooltip on a textbox but you can determine how to display the tooltip content. Here is the example shows how to display a prompt message on a validatebox component.
http://www.jeasyui.com/demo/main/index.php?plugin=ValidateBox&theme=default&dir=ltr&pitem=Custom%20Tooltip |