Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/07/21 in all areas

  1. Thank you so much for this Sherzod! Even if it is a dirty solution it saves my day - I was already getting mad about it 😄 Kind regards, Kattes
    1 point
  2. Dirty workaround: ... UnimEditFirstname.CreateOrder := 1; UnimEditFirstname.JSInterface.JSAddListener('painted', 'function(me){me.inputElement.dom.setAttribute("tabindex", "1")}'); UnimEditLastName.CreateOrder := 2; UnimEditLastName.JSInterface.JSAddListener('painted', 'function(me){me.inputElement.dom.setAttribute("tabindex", "2")}'); UnimEditStreet.CreateOrder := 3; UnimEditStreet.JSInterface.JSAddListener('painted', 'function(me){me.inputElement.dom.setAttribute("tabindex", "3")}'); UnimEditZIP.CreateOrder := 4; UnimEditZIP.JSInterface.JSAddListener('painted', 'function(me){me.inputElement.dom.setAttribute("tabindex", "4")}'); UnimEditCity.CreateOrder := 5; UnimEditCity.JSInterface.JSAddListener('painted', 'function(me){me.inputElement.dom.setAttribute("tabindex", "5")}'); UnimEditEmail.CreateOrder := 6; UnimEditEmail.JSInterface.JSAddListener('painted', 'function(me){me.inputElement.dom.setAttribute("tabindex", "6")}'); ...
    1 point
  3. Yessssss !!!! I haven't tried it yet but this is exactly what I was asking for. Thanks so much Sherzod
    1 point
  4. Thanks Marlon, I will have a look at your solution and probably will buy it.
    1 point
  5. Hi Take a look on the forum Google Keywords : SEO (Search engine optimization) ? - Feature Requests - uniGUI Discussion Forums Showing results for 'seo'. - uniGUI Discussion Forums
    1 point
  6. I have zip archive with font awesome 5 pro. Haw replace free version to pro and use with caption uniLabel and uniNativeImageList-IconCls
    1 point
×
×
  • Create New...