Jump to content

Sherzod

Moderators
  • Posts

    19516
  • Joined

  • Last visited

  • Days Won

    630

Everything posted by Sherzod

  1. @Didier Try this approach: function afterrender(sender, eOpts) { var repStr = '<tpl if="icon.iconStr"><span class="{icon.iconStr}"></span><tpl else><img style="margin-top:3px;width:16px;height:16px;" src="{icon.iconUrl}"/></tpl>&nbsp;{val}'; sender.listConfig.tpl.html = sender.listConfig.tpl.html.replace('{val}', repStr); }
  2. Yes, because you are using images and not icons, which is what I asked about. I'll check...
  3. Try this approach: UniCheckComboBox.ClientEvents.ExtEvents -> function afterrender(sender, eOpts) { var repStr = '<span class="{icon.iconStr}">&nbsp;</span>{val}'; sender.listConfig.tpl.html = sender.listConfig.tpl.html.replace('{val}', repStr); }
  4. Yes I know. I meant... Ok I will check.
  5. I already understand what you want. Just to clarify, do you use only icons, or images too?
  6. By the way, what component are you using? UniStringGrid or UniDBGrid?
  7. Hello @Didier Are you using icons only?
  8. I think you're better off using UniChart.
  9. Well, first you need to clarify the problem statement. Then, we will try to analyze.
  10. Hello, I think one of the possible solutions is you should use the html context, using say several spans with different styles...
  11. Okay, very good. I didn’t understand you then, perhaps you made a mistake in writing your question in this post, since the Widget button was used here.
  12. Hi @Redsis Do you want to use two separate buttons or one with different icons?
  13. Hello, Can you clarify what you mean by passing a parameter?
  14. At the moment, no, unless your third-party components use online services.
  15. I have analyzed for this button: btFilter I have already noted this before, try... btFilter.ClientEvents.ExtEvents -> function click(sender, e, eOpts) { sender.showMask('Please wait...'); }
  16. @Maybar I think you need to use the following solution. I think at the moment in your case I see two options. Either enter the password when opening and showing the file, or it is possible to pass the password as a parameter when opening the file (not sure). In both cases, the user will be able to find out and see the password. So, it seems to me that you should use the pdf library on the server (some kind of library, I can’t recommend any specific library), which creates a temporary file on the server, "removes the password" from the file, and send this file to the client for viewing.
  17. It's not related to our servers or anything else.
×
×
  • Create New...