Jump to content

Recommended Posts

Posted
2 hours ago, mhmda said:

Soon....

You will learn how add your controls (Buttons, Edits,Combo...) to window header. you will learn adding controls using 2 methods: 

  • Adding a design time controls.
  • Adding controls dynamically at runtime using Extjs code.

image.png.a96f85329148b38cf50cf71819df503b.png

Would it really be code to use on a panel? a Grid?

  • Like 1
Posted
9 minutes ago, picyka said:

Would it really be code to use on a panel? a Grid?

Hello,

One possible solution:

1. UniHiddenPanel - > UniButton1

2. 

procedure TMainForm.UniFormReady(Sender: TObject);
begin
  with UniDBGrid1 do
    if HeaderTitle<>'' then
      JSInterface.JSCall('header.add', [UniButton1.JSControl]);
end;

 

  • Like 1
  • Upvote 1
  • 1 month later...
Posted
On 8/27/2020 at 4:31 PM, picyka said:

It would be nice as in the attached image, you can put it in frame, grid, panel.

 

change the button with css

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