Multiple Date Selections in Form

QuestionsMultiple Date Selections in Form
Alex asked 11 years ago

Hi !

If i paint two date-selection-fields in an edit form (german localisation), the second selection is not working correct. After selecting a value it will not copied to the select value field, but the first selection is opened.

Testset provided.

Thanks, Alex

2 Answers
Abu Ghufran answered 11 years ago

Hello,

Set modal to false will resolve it. Perhaps, we cannot use modal when using other jquery ui controls, as all uses dialog object.

$grid["add_options"]["modal"] = false;
$grid["edit_options"]["modal"] = false;

$g->set_options($grid);

Alex answered 11 years ago

Thank's, it's working now as expected

Your Answer

18 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?