WYSIWYG Editor

QuestionsWYSIWYG Editor
Alexander Karim asked 11 years ago

Thanks for integrating the wysiwyg editor.

In your demo HTML Editor the contents of the wysiwyg field is not correct when pressing the back and forward buttons.

2 Answers
Abu Ghufran answered 11 years ago

Thanks for reporting. I'll update this ticket again once fixed.

Abu Ghufran answered 11 years ago

A quick fix could be to disable the prev / next button in form dialogs.

$grid["edit_options"] = array(
"beforeShowForm" => 'function (formid) {$("#pData").hide(); $("#nData").hide();}'
);
$grid["add_options"] = array(
"beforeShowForm" => 'function (formid) {$("#pData").hide(); $("#nData").hide();}'
);

$g->set_options($grid);

Your Answer

20 + 9 =

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?