Serious Bug?

QuestionsSerious Bug?
Anthony Southwood asked 11 years ago

When using Record Nav (Next, Prev) on edit form and form contains fields set to wysiwyg then wysiwyg content in NOT updated as I brows records!!!

1. How do I fix this?

OR

2. How do I disable browsing records (next prev) on edit form?

Also, How do I change the default width of my Edit Form as, currently, I have to manually resize it every time I edit a record, which can't be right!

Regards

1 Answers
Abu Ghufran answered 11 years ago

Hi Tony,

Following config will set default width.

$grid["add_options"] = array('width'=>'620', 'top'=>'10', 'left'=>'200');
$grid["edit_options"] = array('width'=>'620', 'top'=>'10', 'left'=>'200');

I've emailed you the files for other fixes.

Regards,

Your Answer

17 + 14 =

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?