Jump to content

rtalmeida

Members
  • Posts

    176
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by rtalmeida

  1. Is it possible to change the hint according to the image?
    for example:

         columns [actionColIndx] .items [actionItemsIndx] .getClass = function (value, metadata, record) {
             if (record.data [dataColIndx] == 100) {
                 return "x-fa fa-check"
             }
             if (record.data [dataColIndx] == 101) {
                 return "x-fa fa-times"
             }
             if (record.data [dataColIndx] == 102) {
                 return "x-fa fa-stop-circle"
             }

    == 100 Then Hint = 'Hint1'
    == 101 Then Hint = 'Hint2'
    == 102 Then Hint = 'Hint3'

  2. I need the effect to occur also, not only when typed a value in the field, but also when it is fed into the form's onAfterShow, in the example I sent it places onAfterShow UniFormattedNumberEdit1.value: = 10;

  3. Using enable works, but it is not ideal for what I need, this is a query module, and the user needs to see what is or is not selected.

    To open a call on the support , what are the steps to this?

×
×
  • Create New...