Jump to content

Sherzod

Moderators
  • Posts

    19654
  • Joined

  • Last visited

  • Days Won

    634

Everything posted by Sherzod

  1. Добрый день! Контролы в режиме только для чтения?
  2. You can also use this approach for now: function window.afterrender(sender, eOpts) { sender.getEl().removeCls('x-window-default'); }
  3. Thanks, There are several similar posts on the forum. I will also try to analyze again.
  4. И на десктопе открывается мобильная версия.
  5. Это для мобильной версии.
  6. Шрифты, значки же меняются, нет?
  7. Добрый день! procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimDBListGrid1.JSInterface.JSConfig('emptyText', ['<b>Н</b>ет записей...']); end;
  8. Hello, Can you attach a screenshot indicating what exactly?
  9. Hello @Kattes Also try with top.MainForm..., top.ajaxRequest...
  10. As a workaround, this post may help you:
  11. Hello, Sorry for the late response. I see, we will check this behavior.
  12. Hello, You can use Ext.util.CSS.updateRule Like in this post for example:
  13. Your case is not very clear to me. Can you give an example then, possibly on VCL?
  14. Hello @MarcoC Do you have a simple testcase to reproduce?
  15. Hello, Well, about the same, using a variable as you wish: procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol, ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs); begin Attribs.Font.Name := 'Century Gothic'; end;
  16. Может, попробуете так?: .x-grid-cell-inner img { width: initial; height: 32px; }
  17. For example for all "UniColorPalette", try: /* Default 10px */ .x-color-picker-item-inner { line-height: 30px; } /* Default 18px */ .x-color-picker-item { width: 38px; height: 38px; }
×
×
  • Create New...