How to use Table Styles, Table Cell Styles and Text Styles i

Posted by miyumiyudd on 11-May-2015 05:18

Hi everyone.

I can see the "rbs_fieldbottom" in Rollbase User Guide on page 824.

I don't know how to use it.

Who's to know to this purpose?

Please suggest me.

Thanks in advance. ^^

Posted by Gian Torralba on 13-May-2015 16:50

Hello,

You want to add a style like this to a table list view. This will set the table td/th element display to the right:

<style>
div[name='Section_Title'] table th:nth-child(11), div[name='Section_Title'] table td:nth-child(11) {
  text-align: right;
}
</style>

Thank you,
Gian

All Replies

Posted by Gian Torralba on 11-May-2015 10:11

Hello,

What do you want to do with this? This is a CSS class name. You can add additional CSS parameters to this class by creating a section in the page. If you want the CSS changes to be application wide, add this in the application sidebar.

Thank you,
Gian

Posted by miyumiyudd on 11-May-2015 22:12

Hello,

Thanks for suggested Gian Torralba.

for example : I want to set right align to Text Field in the page.

How to do this example?

thank you,

Miyu

Posted by Gian Torralba on 13-May-2015 16:50

Hello,

You want to add a style like this to a table list view. This will set the table td/th element display to the right:

<style>
div[name='Section_Title'] table th:nth-child(11), div[name='Section_Title'] table td:nth-child(11) {
  text-align: right;
}
</style>

Thank you,
Gian

This thread is closed