Commit graph

13 commits

Author SHA1 Message Date
David Freese
8dfa5d45fa CUSTOM auto open 2015-07-29 02:10:29 -05:00
David Freese
5d632d529c html5 fix
* Fix bug introduced by html5 addition
  * Added html5 text type NUMBER field, html5 text types:
    - NUMBER
    - DATE
    - DATETIME (may not be supported by any browser)
    - DATETIME-LOCAL
    - TIME
    - WEEK
    - MONTH
2015-07-25 04:08:37 -05:00
David Freese
aa274ad149 html5 custom controls
* Added the following html5 custom controls for custom forms
    - time
    - date
    - datetime
    - datetime-local
    - week
    - month
2015-06-18 15:39:07 -05:00
David Freese
ba29425fca Web Server Port
* Changed discovery method for available port for
    mongoose web server.
2015-01-27 12:38:50 -06:00
David Freese
bc38fd2d2a custom form
* remove empty fields from transmit string and
    exported wrap file
2014-11-14 06:48:08 -06:00
David Freese
cea378f60b eol-double-quote-escape
* Removed requirement to quote textarea data
  * Convert all textarea data cr-lf to \n character
    sequence
  * Escape all lf, and double quotes to \n, \"
2014-06-22 13:48:49 -05:00
David Freese
75551185f7 TextArea bug fix
* Fixed issue of incorrectly filling in text area value
    when field should be empty.
2014-06-22 13:48:44 -05:00
David Freese
2aafd272e4 Custom select
* Added restore of current selection when items
    are updated.
2014-04-10 19:04:28 -05:00
David Freese
f20592c27e Max size of textarea
* Increased max size to 5000 characters.
    - web server will truncate any characters beyond the
      max size
2014-04-06 13:31:09 -05:00
David Freese
a5db8fe76b Case independent tags
* Changed case independent search and replace for
    form tags.
  * Added extended string class based on std::string
    - ufind find matching string independent of case
    - ureplace replace matching string indepedent of case
  * Modified custom.cxx to use extended string class
2014-04-05 11:05:03 -05:00
David Freese
377261684d Custom html transfer
* Added special transfer of html forms to/from CUSTOM
    folder.
2014-04-01 08:20:47 -05:00
David Freese
76bbf35048 Custom Forms
* added code to allow each instance of flmsg to have
    a unique web socket port assignment, max of 50
    simultaneous instances.
  * removed file contents case sensitivity of custom form
    search in the sub directory CUSTOM
2014-03-27 07:02:04 -05:00
David Freese
0c420d18f6 CUSTOM Editable
* Addition of support for editable custom html forms
    Form elements allowed:
    - <FORM> ... </FORM>
    - <INPUT
    - NAME
    - TYPE (text, password, radio, checkbox)
    - <SELECT ...>
    - <OPTION
    - <TEXTAREA ...>...</TEXTAREA>
  * Controls are all DISABLED for viewing
2014-03-15 15:37:12 -05:00