View record mode problems

QuestionsView record mode problems
ply asked 10 years ago

I have two problems with record mode:
1. Long text doesn't word wrap
2. Form position. When it is high enough it appears with hidden top part.
http://clip2net.com/s/6ZCdaL

1 Answers
Abu Ghufran answered 10 years ago

1) To make word wrapping in view record dialog, add following css:

<style>
.ui-jqdialog-content .CaptionTD
{
vertical-align: top;
}

.ui-jqdialog-content .form-view-data
{
white-space: normal;
}
</style>

2) I've emailed you that will resolve it. However you may want to increase view dialog width and height for proper display.
e.g.
$grid["view_options"]['width']='500';
$g->set_options($grid);

Your Answer

15 + 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?