Jump to content
  • 0

Field Length


leadma

Question

5 answers to this question

Recommended Posts

  • 0

This is possible by setting fixed width for results page label and data elements in the style. To do so, follow the steps below:

1-    Edit the Style and enable "Show advanced options (CSS Source)"
2-    Move on to the Settings screen and expand Results Page
3-    Select Label, switch to Source tab and find ".cbResultSetLabel". Add the following:

display: inline-block;
width: 70px;

4-    Select Data and find ".cbResultSetData". Add the following:

display: inline-block;
width: 100px;

You can play with the width number to get the best fit for your page.

NOTE: inline-block style should NOT be applied to Tabular DataPage labels/data fields.

*** Changes you make in a style will affect all the pages that are using it. It is strongly recommended to make a copy of the style, apply it to your DataPage and make the changes in the copy one.

Link to comment
Share on other sites

  • 0

Hi MayMusic I have a similar inquiry.

I am trying to reduce the field lengths so I can put an Authentication loging page up in the header of my webpage.

Email field max size 30 and Password max size 10 charachters.

I cant find what to edit in the style sheet to achieve that?

 

Link to comment
Share on other sites

  • 0
7 minutes ago, directrix said:

Hello @Corpcat,

I think you can find that in Authentication Setup.

Edit the Authentication that you're using for that DataPage and you'll see it there [refer to below screenshots]

image.png.b07276fb236d898005311422dae09b19.png

 

image.png.01b90882dfadd08107e23d92ccc02329.png

 

˜DTX

Thanks that actually doesnt work unless you change your Style sheet from Auto on width!! Styles overide field widths!! Anyway I have found the problem now Thanks!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...