Jump to content

Change color of title bar unidbgid


junior_uk

Recommended Posts

Hi,

 

thinking better ... it would be better to change the bottom of the grid, the white background, is it possible?

function beforeInit(sender, config)
{
    config.bodyStyle = {
        background: '#008000'
    };
}

or in runtime (afterrender):

UniDBGrid1.JSInterface.JSCall('body.el.setStyle', ['background-color', 'orange']);

Best regards,

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.

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.

×
×
  • Create New...