Input Item Label - ChangeLog
Weaver
LITE version functions as expected, no tweaks necessary to that version. Freeze LITE version at 1.02e. Continue development on FULL version.
Outstanding
------------------
rewrite extended options to make into array sort of thing to grow and shrink as necessary
add to slave group option
+ New feature
* Changed feature
- Removed feature
> Notice/Event (internal note to me)
! Bugfix
10/06 Need to readdress content of Action for FW4
No eta yet of FULL version re-release
------------------
> Re-release version will be v2 and above to avoid confusion with current versions
> All Actions will be bumped to vers ion 2 status upon re-release
Text Label 0.91 (does not affect LITE version)
------------------
! added encoding of label text for compatibility with foreign languages, diacritics, symbols, etc.
1.14 (does not affect LITE version)
------------------
+ added option for remote attachment of form item to graphic
+ added option for inline AND remote text to actuate form item
+ streamlined some backbone stuff
! fixed simpleMatch of 'SMK' to 'smk', these values are the same to Action API
1.13dev (not published yet, does NOT affect LITE version) never released
------------------
+ add 'help' buttons to advanced and extended options
+ add additional advOptions to disclose function
+ add option to add 'dummy' a link to label for hover or styling options through a:visited a:hover etc...
* rework interface to move input options to their own disclosure under label and likewise for input
* change addition of 'style' to strip and replace double quotes with single, extend to all attributes for precaution
deemed not necessary as some instances may have ending quote, changed all double quotes to single through API JS
" to ' should alleviate any problems while still allowing quotes in certain parameters
* add extended JS to disclose function (see following note)
- Disabled Label JS extended options as new approach is explored. Material still there and functioning, but not enabled to user.
* Added Help Buttons to each of the Advanced areas
1.12e 02/15/06
------------------
! Add some extra randomness to the ID call
Currently; (rand1-100+1)+'smk'+(rand1-100+1)
this causes odds of 10000:1 of a duplicate id, on top of a unique itemname generated within FW.
> look into an 'extended' dialog box for the JS attributes NOT POSSIBLE
* rework interface for appearance and cleanness
* re-title elements for consistency
instead of Label Title
maybe Title (Label) so people know immediately what is what when looking at the interface
* move 'make implicit' to advanced features
* change alert to fwAlert() for cleanliness N/A, to alerts in this action
> add name and contact information to the action
! Added fwEncode to label text to handle weird characters
! encode inspector text before searching for raw text in html out
case: if a user inputted check
box as input item text,
search raw looks for check
box whereas the actual html output is check<br>box.
UPDATE: Just changed it to remove all raw text after input item.
I cannot see a way to have anything but just the fwItem.fwText be next to the input, all within their own cell or div
* Change Title for Action, then tweak action notes to reflect correct, LITE or FULL specific notations
* Update LITE version to new guts
* Change LITE version number to 1.02
* actionsupport - Figure out contact information and update actions with such.
> Version closed at 1.02 and 1.12 for LITE and FULL respectvely.
> ReEncrypt actions before release