Form Style
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear gselvag,
Sure, it is possible! You can customize style of particular elements by adding CSS rules to their LAYOUT -> Style attribute or give them CSS Classes in LAYOUT -> Css Class property: You can also customize style of the whole form by adding CSS rules to the CSS editor: Plus, you can use an HTML control to add HTML to the form, and load an external CSS file to the form.
Finally, all the styles from your master page, should apply to all the forms automatically.
There are no real limitations in terms of CSS rules that you can apply to the form.
Sure, it is possible! You can customize style of particular elements by adding CSS rules to their LAYOUT -> Style attribute or give them CSS Classes in LAYOUT -> Css Class property: You can also customize style of the whole form by adding CSS rules to the CSS editor: Plus, you can use an HTML control to add HTML to the form, and load an external CSS file to the form.
Finally, all the styles from your master page, should apply to all the forms automatically.
There are no real limitations in terms of CSS rules that you can apply to the form.
Cheers
Nikita, thank you for the feedback.
I try to customize position of FD elements (e.g. Buttons), and position form buttons on the buttom of the page.
We would like to strech the form so the buttons (OK, Cancel) can be placed near the buttom of the page (ref. id="s4-workspace"). This way button always placed fixed same place.
Have tried to strech the form table (ref. class="fd_table") without getting desired result, the button always fixed its position under form. Any suggestion for custom fixed placement of buttons (Css Class: fd_commands)?
I try to customize position of FD elements (e.g. Buttons), and position form buttons on the buttom of the page.
We would like to strech the form so the buttons (OK, Cancel) can be placed near the buttom of the page (ref. id="s4-workspace"). This way button always placed fixed same place.
Have tried to strech the form table (ref. class="fd_table") without getting desired result, the button always fixed its position under form. Any suggestion for custom fixed placement of buttons (Css Class: fd_commands)?
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear gselvag,
You can add buttons to the form with the Buttons button, then select newly added container, and adjust its style like this (can change width to the appropriate width):
Here's how it looks:
You can add buttons to the form with the Buttons button, then select newly added container, and adjust its style like this (can change width to the appropriate width):
Code: Select all
width: 640px;
position: fixed;
bottom: 0%;
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear gselvag,
Can you show me where you've entered the CSS on the form? Because this is the result I get in my browser with this code:
Can you show me where you've entered the CSS on the form? Because this is the result I get in my browser with this code:
Cheers
-
- Information
-
Who is online
Users browsing this forum: No registered users and 10 guests