Skip to content
Snippets Groups Projects
  1. Sep 28, 2013
  2. Sep 11, 2013
  3. Sep 08, 2013
    • Bob Knothe's avatar
      added "aStor" option · 646bbf39
      Bob Knothe authored
      gives the developer the ability to choose if sessionStorage/session
      cookie are is used when "eDec" is in use.
      646bbf39
  4. Sep 02, 2013
  5. Sep 01, 2013
  6. Aug 30, 2013
  7. Aug 12, 2013
  8. Aug 05, 2013
  9. Aug 02, 2013
  10. Jul 09, 2013
  11. Jun 29, 2013
  12. 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
  13. May 20, 2013
  14. May 05, 2013
  15. Apr 22, 2013
  16. Apr 16, 2013
  17. Apr 13, 2013
  18. Apr 12, 2013
  19. Apr 10, 2013
  20. Apr 09, 2013
  21. 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
  22. Mar 17, 2013
  23. Mar 12, 2013
  24. Mar 08, 2013
  25. Mar 07, 2013
  26. 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 "".
  27. Feb 27, 2013
  28. Feb 17, 2013
  29. Feb 16, 2013
Loading