Here is a summary of the Progress API changes that are currently expected to be 
released with 1.3:

Changes to Default Values of Options
------------------------------------


New Options
-----------
new strings option: (wasn't there before)
   strings: {
        ariaBusyText: "Progress is %percentComplete percent complete",
        ariaDoneText: "Progress is complete."
   }

new events option: (wasn't there before)
    events: {            
        onProgressBegin: null,
        afterProgressHidden: null            
    },
Note that these options replace the deprecated 'callback' properties of the 
showAnimation and hideAnimation options

all-new options:
    textEditButtonRenderer: defaultTextEditButtonRenderer, // a function that 
creates the textEditButton
    renderKeyboardTooltip: true,
    urls: {
        textEditButtonImage: "../images/inline_edit_edit_button_16x16.png"
    }

Deprecated Options
------------------
The 'callback' properties of showAnimation and hideAnimation are deprecated, 
replaced by the new events.

Deleted Options
---------------
    ariaBusyText: "Progress is %percentComplete percent complete",
    ariaDoneText: "Progress is complete."
These two strings have been moved into the new 'strings' option. I believe the 
decision was made NOT to maintain backward compatibility because the Progress 
component is still in Preview status.


-- 
Anastasia Cheetham     Inclusive Design Research Centre
[email protected]            Inclusive Design Institute
                                        OCAD University

_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://fluidproject.org/mailman/listinfo/fluid-work

Reply via email to