EasyUI Forum
May 16, 2024, 11:57:42 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: validation message jumps away  (Read 10988 times)
reems
Newbie
*
Posts: 14


View Profile
« on: August 09, 2013, 01:07:44 AM »

Hello,

I have (in a window) a form with tabs. Opening the form a message is shown next to field that a field is required. But when I click on the second tab the message jumps out of the form to the upper left corner of the browser window. See the attached screen image. When I go back to the first tab the message jumps back to the field.

When i close the window with the form while the validationmessage is still in the upper left corner it stays there.

I have no idea how to solve this.
Anyone?

Thanks,
Reems
Logged
hjzhbb7758
Jr. Member
**
Posts: 84


View Profile Email
« Reply #1 on: August 09, 2013, 02:10:00 AM »

i have this Problem
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #2 on: August 09, 2013, 04:38:37 AM »

Providing an example to demonstrate this issue may be more appropriate.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #3 on: August 09, 2013, 09:05:12 AM »

Be sure to call form's methods after window is opened. In your demo link http://test.reems.develop01.goldenvalue.nl/realplan13.php, please use the code below to open your window.
Code:
function newrec()
{
  $('#formtabs').tabs('select',0);
  $('#w').window('open');
  $("#rpf").form('reset');  // the reset method should be called after the window is opened
  $("#rpf :input").attr("disabled", false);                   
  $('#select1').hide();
  $('#submit1').show();           
}
Logged
reems
Newbie
*
Posts: 14


View Profile
« Reply #4 on: August 09, 2013, 11:11:41 AM »

Thanks stworthy. That did the trick!

Reems
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!