Jump to content

Leaderboard

Popular Content

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

  1. A simple example "how to" capture image in desktop format with image feedback and save in temp's folder or load in you dataset field (see comments in code). In Mobile uses the unimFileUpload component. Won't work in IOs/IPhone if the server is not in a https:// connection. Project available at https://www.uniguiexpress.com
    1 point
  2. function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col, i) { /*if (col.fedit) { col.fedit.addListener('focus', function() { sender._fdtFocused=true }); col.fedit.addListener('blur', function() { sender._fdtFocused=false }) }*/ sender.headerCt.items.items[i].ariaEl.addListener('mouseenter', function() { /*if (col.fedit && !sender._fdtFocused && sender.getX() < col.fedit.focusEl.getX()) { col.fedit.focusEl.focus() }*/ return false }) }); }
    1 point
  3. Hi Farshad, Please, could you consider the implementation of: a "markInvalid" procedure in those components that allow it a "QuickTipsInit" property on a form Now, we use JavaScript to do that, but there are problems mixing SendResponse (for markInvalid) and changing controls properties (i.e. SetFocus)... TIA
    1 point
×
×
  • Create New...