Skip to content
Snippets Groups Projects
  1. Jun 29, 2013
  2. Jun 22, 2013
    • Bob Knothe's avatar
      fixed read-me · 1aff396a
      Bob Knothe authored
    • Bob Knothe's avatar
      fixed non-input tags, default values & caret pos. · dd5bcc3b
      Bob Knothe authored
      + Fixed how non-input tags default value is handled.  When the default
      is an empty string and aSign is not empty the return value is now and
      empty string.
      + Modified how default values are handled when the decimal character
      equals ',' comma. Your default value can now use either a a period '.'
      or comma ',' as the decimal separator
      + Modified the caret placement on focusin (tab in). If only the currency
      sign is visible the caret is placed in the proper location depending on
      the sign placement (prefix or suffix).
      dd5bcc3b
  3. May 20, 2013
  4. May 05, 2013
  5. Apr 22, 2013
  6. Apr 16, 2013
  7. Apr 13, 2013
  8. Apr 12, 2013
  9. Apr 10, 2013
  10. Apr 09, 2013
  11. Mar 31, 2013
    • Bob Knothe's avatar
      updates multiple functions and methods · 0092f472
      Bob Knothe authored
      Modified the "checkValue" function - eliminated redundant code
      Modified the "update" method include calling the "getHolder" function
      which updates the regular expressions
      Modified the "getHolder" function so the regular expressions are updated
      Modified the "set" method to convert value from number to string
  12. Mar 17, 2013
  13. Mar 12, 2013
  14. Mar 08, 2013
  15. Mar 07, 2013
  16. Mar 06, 2013
    • Bob Knothe's avatar
      Fixed init method · a7d02571
      Bob Knothe authored
      Fixed the "init" when there is a default and value aForm=true and the
      aSep and aDec are not the defaults
    • Bob Knothe's avatar
      updates to the init, set, get and getString methods · 6c2080be
      Bob Knothe authored
      Fixed the "getSting" method - it use to returned an error when no values
      were entered
      Modified the "init" method to better handle default and pre-existing
      values
      Modified the "set" method - removed the routine that checked for values
      less than .000001 and greater than -1 and placed it in a separate
      function named checkValue()
      Modified the "get" method:
      Added a call to the checkValue() function - this corrects returned
      values. Example - when the input value was "12." the returned value was
      "12." - it now returns "12"
      When no numeric character is present the returned value is an empty
      string "".
  17. Feb 27, 2013
  18. Feb 17, 2013
  19. Feb 16, 2013
  20. Feb 12, 2013
  21. Feb 10, 2013
  22. Feb 09, 2013
Loading