Jump to content

Sherzod

Moderators
  • Posts

    19691
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. Hello, This post may help you:
  2. Sherzod

    ActiveControl

    Простите, я не смог воспроизвести.
  3. Sherzod

    ActiveControl

    Я проверю.
  4. Hi, You can try this approach: function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col) { if (col.ct && col.ct == 'datetime') { col.renderer = ... } }); } Regards,
  5. Hello, Something like using columns.forEach in function reconfigure.
  6. Sherzod

    radiogroup

    One possible solution, try: function afterlayout(sender, layout, eOpts) { sEl = sender.getEl().select('td:nth-child(2)').elements[0]; if (sEl) { sEl.style.direction = 'rtl' } }
  7. Sherzod

    radiogroup

    I'm trying now.
  8. Sherzod

    radiogroup

    Something like this?
  9. Sherzod

    radiogroup

    Hello, But what about the radiobutton name?
  10. Здравствуйте, И что бы Вы хотели сделать с этим /Help ?
  11. Hello, Using ajaxRequest on the client side (using OnAjaxEvent on the server side). UniSession.AddJS(...), JSInterface.JSAssign(...)
  12. Hello, Which build of UniGUI are you using? How can we reproduce your issue?
  13. Hello, Can you also try this demo?: \FMSoft\Framework\uniGUI\Demos\Touch\Detect Platform
  14. Hello, First of all, please adjust your forum email address:
  15. Потому что там фон меняется, нет?
  16. Это при наведении курсора мыши?
  17. Hello, There are no other non-UniGUI components on the form?
  18. Hello, There are many related posts on the forum. Here is one of them:
  19. Это и есть отключенное состояние.
  20. http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/&do=findComment&comment=32086
  21. Hello, Not the fact that it will work correctly in new versions of ExtJS. Which edition and build of UniGUI are you using?
×
×
  • Create New...