summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/row_helper_dynamic.js
Commit message (Collapse)AuthorAgeFilesLines
* replaced uppercase html tags with lowercaseayvis2014-03-191-10/+10
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Check for this function before calling it to avoid an error when hitting ↵Erik Fonnesbeck2012-04-071-1/+2
| | | | that line for pages that don't include the js file for it.
* Added interface_selection for use in tinydnswhizkidzz2012-04-061-5/+8
| | | | | Corrected the use of objectsize so that if its "undefined" the correct "rowsize[]" is used which if used outside the for loop was also "undefined"
* prep work for feature #2320: tag dynamic fields for ipv4v6Darren Embry2012-03-281-1/+7
|
* CommentScott Ullrich2010-12-191-0/+3
|
* Add rowhelper_onDelete callScott Ullrich2010-12-191-2/+5
|
* Nuke function_exists()Scott Ullrich2010-12-191-14/+0
|
* Add and use rowhelper_onAdd which will fire javascript code after adding new rowScott Ullrich2010-12-191-0/+3
|
* Remove debugging alert()Scott Ullrich2010-12-191-1/+0
|
* Add rowhelper_onChange variable for row helper and remove the previous ↵Scott Ullrich2010-12-191-16/+12
| | | | function detection code
* Touch log file so it can be created on livecdScott Ullrich2010-12-181-2/+5
|
* Adding support for custom hooks. If the function ↵Scott Ullrich2010-12-171-6/+23
| | | | row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.
* Honor rowsize.Scott Ullrich2010-12-171-1/+1
|
* Add a function type to the field types allowed, to allow more field types ↵Erik Fonnesbeck2010-11-091-1/+3
| | | | without directly adding all of them to row helper.
* Fix the delete button and a couple other small errors. Ticket #891Erik Fonnesbeck2010-09-141-1/+1
|
* Add binding support for row helper drop downsScott Ullrich2010-04-271-0/+2
|
* Fix rowhelper size usage.Ermal Luçi2010-03-081-3/+5
|
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-0/+72
Purged unused JS
OpenPOWER on IntegriCloud