Jump to content

Sherzod

Moderators
  • Posts

    19691
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. Hi, Can you try this? UniEdit1 ->InputMaks -> Mask = a9a9a9
  2. Hi, Try to add only this script, for example MainForm -> Script: Ext.onReady(function() { window.fwSettings = { 'widget_id': 80000001814 }; ! function() { if ("function" != typeof window.FreshworksWidget) { var n = function() { n.q.push(arguments) }; n.q = [], window.FreshworksWidget = n } }(); var s = document.createElement("script"); s.type = "text/javascript"; s.src = "https://euc-widget.freshworks.com/widgets/80000001814.js"; $("head").append(s); });
  3. Hello, How are you trying to start the service?
  4. Один из возможных решений: procedure TMainmForm.UnimFormReady(Sender: TObject); var I: Byte; begin for I := 0 to TitleButtons.Count-1 do JSInterface.JSCode(#1'.element.addBeforeListener("tap",function(){return '+Self.WebForm.JSForm.JSName+'.isValid()});', TitleButtons[I].JSMenuItem); end;
  5. Hello, First of all, please specify, which edition and build of UniGUI are you using? Thanks.
  6. Hello, Can you try to use this approach? function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col){ if (col.getEditor() && col.rdonly) { col.getEditor().setDisabled(col.rdonly); } }) }
  7. Hi, function afterrender(sender, eOpts) { sender.headerCt.el.on('dblclick', function() { ajaxRequest(sender, 'headerdblclick', []); }); } function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col) { if (col.titleEl) { col.titleEl.on('dblclick', function() { ajaxRequest(sender, 'headerdblclick', ['colIndx=' + col.dataIndex]); }) } }); }
  8. Hello, \FMSoft\Framework\uniGUI\Demos\Desktop\UniTreeMenu
  9. Я смог воспроизвести. Мы проверим...
  10. Hello, Are you following the instructions? http://unigui.com/doc/online_help/delphi-only.htm
  11. Sherzod

    uniDBListbox

    Здравствуйте, Работает как DBListBox VCL.
  12. Hi Mohammed, Can you try:
×
×
  • Create New...