Jump to content

Sherzod

Moderators
  • Posts

    19702
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. 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).
  2. Еще раз проверьте пожалуйста.
  3. Добрый день, Вы должны переустановить.
  4. Hello, These posts may help you: And please specify, which edition and build of UniGUI are you using?
  5. Пример из работающего проекта, здесь включаем 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);'+ '}';
  6. Тогда, если есть возможность, создайте простое приложение, проанализируем.
  7. Вы уверены что точно вставили для UniHTMLMemo1 -> ClientEvents -> ExtEvents -> ?
  8. Что не работает? Стили? Попробуйте создать простой тестовый случай.
  9. Well this is by design. Possibly, but I have never seen (excluding RTL).
  10. Hello, Thank you for your interest in UniGUI. What do you imply?
  11. For a simple case, like so for example: function beforereconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns[1].align = 'right'; //center, left }
  12. Hello, Eventually the fix will apply to the trial version too. But judging by your registration date on the forum. Are you still using the trial version?
  13. function beforereconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { } ?
  14. Okay. You need to use customCSS then.
×
×
  • Create New...