I am using the following JS Code in the exit event of another date field
Date2SubFrm.endd.execEvent("mouseEnter");
Date2SubFrm.endd.execEvent("mouseExit");
Solved! Go to Solution.
Views
Replies
Total Likes
ok, let's approach this one by one:
DateField1 is to push its value to DateField2. You can use the exit event of DateField1 for that:
To do some manipulations in the table on exit of Field2:
This is completely interactive. It requires the user to step through the fields and exit the fields again.
mouseEnter and mouseExit are not required for this.
Is this want you want to achieve?
Hi @IanFlem
I fail to see what you want to achieve. mouseEnter and mouseExit are interactive events triggered by the position of the mouse in an interactive XFA form.
Why would you trigger mouse events from one field to another field although the user does not have the mouse in there?
BTW, these events do not work in a print-rendition of the form.
What code do you have in the two events and could you not just execute the code inside the first date field onExit?
Kosta
ok, let's approach this one by one:
DateField1 is to push its value to DateField2. You can use the exit event of DateField1 for that:
To do some manipulations in the table on exit of Field2:
This is completely interactive. It requires the user to step through the fields and exit the fields again.
mouseEnter and mouseExit are not required for this.
Is this want you want to achieve?
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies