Jump to content

Sherzod

Moderators
  • Posts

    19706
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. На форуме было решение, если не ошибаюсь.
  2. Спасибо! https://docs.sencha.com/extjs/7.0.0/classic/Ext.pivot.Grid.html
  3. Hello, First of all, can you please specify which edition and build of UniGUI are you using?
  4. procedure TMainForm.UniFormCreate(Sender: TObject); begin UniDBPivotGrid1.JSInterface.JSConfig('enableLocking', [True]); end;
  5. Sherzod

    Tap

    Hi, As Hayri asked you, you have to pass the request to the server (ajaxRequest) and from there it is up to you to decide what you need to do (UniSession.AddJS for example).
  6. Еще раз проверьте пожалуйста.
  7. Добрый день, Вы должны переустановить.
  8. Hello, These posts may help you: And please specify, which edition and build of UniGUI are you using?
  9. Пример из работающего проекта, здесь включаем CSS файл: ClientEvents.ExtEvents.Values['initialize'] := 'function initialize(sender, eOpts)'+ '{'+ ' let doc = sender.iframeEl.dom.contentDocument;'+ ' let body = doc.body;'+ ' let head = doc.head;'+ ' let link = document.createElement("link");'+ ' link.rel = "stylesheet";'+ ' link.type = "text/css";'+ ' link.href = "files/YoutCSSFile.css";'+ ' head.append(link);'+ '}';
  10. Тогда, если есть возможность, создайте простое приложение, проанализируем.
  11. Вы уверены что точно вставили для UniHTMLMemo1 -> ClientEvents -> ExtEvents -> ?
  12. Что не работает? Стили? Попробуйте создать простой тестовый случай.
  13. Well this is by design. Possibly, but I have never seen (excluding RTL).
  14. Hello, Thank you for your interest in UniGUI. What do you imply?
  15. For a simple case, like so for example: function beforereconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns[1].align = 'right'; //center, left }
×
×
  • Create New...