Jump to content

Req. to make single record page transparent and relocate and rename the update button to a favorable position on the form.


Recommended Posts

Hi @MarkMayhrai

1. You can add the following CSS to the header of your DataPage:

<style>

[data-cb-name="cbTable"]{
background-color: transparent;
}

[data-cb-name="cbTable"] .cbUpdateButtonContainer  {
background-color: transparent;
border: none;
padding: 0;
}
.cbUpdateButtonContainer:not(.customUpdate) {
display: none;
}
.cbHTMLBlockContainer.cbFormData  {
padding: 0;
}
</style>

2. Make your section as 4 column layout, add an HTML block next to drop-down, and add the following HTML code to this block:
 

<div class="cbUpdateButtonContainer customUpdate"><input type="submit" name="Mod0EditRecord" value="Select" class="cbUpdateButton"></div>



3. You can change the name under localization, but doing the previous two steps should be enough to change the name:

image.thumb.png.6e6e876aaed7f2376ff79f920639da0e.png

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
Reply to this topic...

×   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...