Jump to content

rotate title panel


Point

Recommended Posts

2 minutes ago, Sherzod said:

Try this config:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  MenuMainPanel.JSInterface.JSConfig('titleRotation', [2]);
end;

 

Well,UnimPanel does not has the problem,

But,UniPanel has this problem,

With Sherzod's code,

works well.

Link to comment
Share on other sites

48 minutes ago, 55143681 said:

How change the title's font size?

Hello,

You can try this approach.

1. CustomCSS ->

.customHeaderCls .x-title {
  font-size: 14px;
}

2. UniPanel -> ClientEvents -> UniEvents ->

function beforeInit(sender, config)
{
    config.header = {
        cls: "customHeaderCls"
    }
}

 

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