This topic is locked

design questions about "List page with search"

1/3/2022 12:43:46 PM
PHPRunner Tips and Tricks
T
telematics author
  1. how is it possible to manually change the size of the popup window of list page with search?
  2. how to css-style the content of the popup window similar to the default appearance of the corresponding list page? (e.g., alternating background color, links without underlines)
  3. how to change the name and style of the selection link under the control field in the Add/Edit page?

regards,
Helmut

Sergey Kornilov admin 1/3/2022

All these tasks can be done with the help of Custom CSS. Please see CSS customization examples here:
https://xlinesoft.com/phprunner/docs/customizing_styles_examples.htm

Also there are two videos that explain in depth the CSS topic:
https://www.youtube.com/watch?v=_DmMYRCUtU8
https://www.youtube.com/watch?v=yFnD38oslIc

T
telematics author 1/3/2022

ok, makes sense...

in which page have these CSS to be entered (for question 1 and 2)? in the main list page, or in the Edit/Add Page where the control field is located?

regards,
HW

Sergey Kornilov admin 1/3/2022

The CSS code needs to be added under Editor->Custom CSS. If you actually watch the videos you will have a better understanding of what kind of CSS you need to add.