Use botton dropdown for links: not shown entirely

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

Use botton dropdown for links: not shown entirely

Post by mpol_ch »

Hello
I am usig the version 11.04 and I activated the "Use botton dropdown for links" Now I see only a part of the dropdown links such "Add, edit, copy" etc... beacuase of the table border on the right side...
What am I doing wrong?

Thanks
mpol_ch


mobhar
User
Posts: 11737

Post by mobhar »

Please read again "List/View Page Options (Global)" section under "PHP Settings" in PHPMaker help file for more information.

There you should be able to see the difference among "Use buttons as links", "Use button dropdown for links", and "Use button dropdown in paging section". Also, see "Use button dropdown" under the "Export" directive in the same section above.


danielc
User
Posts: 1601

Post by danielc »

Add your user css to overwrite it (click [HTML]->[Styles]->[Edit styles] (see HTML Settings in help file), like:
.ewGridMiddlePanel ul.ewMenu {
left: auto;
right: 0;
}


Post Reply