Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 2.0-Beta1
 - 
            Component/s: ICE-Components
 - 
            Labels:None
 - 
            Environment:Sparkle components
 
Description
                    1. (ICE-5831) Adopt JSONBuilder.create() util method for generating parameter strings.
2. (ICE-5830) Adopt ScriptWriter.insertScript() util method for inserting JavaScript.
3. (ICE-5832) Adopt the  'ice.submit.type' bridge-maintained parameter for detecting the submit-type while decoding.
4. (ICE-5805) Ensure that input components (any value-holder comps) are using a hidden form field for the value, and not parameters.
5. Ensure that the component renderer is creating the recommended component hierarchy of a surrounding DIV (with ID), which itself contains the script elements generated by the ScriptWriter.insertScript() function (step 2 above), followed by another DIV which contains the rest of the component markup.
The Calendar component can be used as a reference, onceICE-5872 is complete).
            
2. (
3. (
4. (
5. Ensure that the component renderer is creating the recommended component hierarchy of a surrounding DIV (with ID), which itself contains the script elements generated by the ScriptWriter.insertScript() function (step 2 above), followed by another DIV which contains the rest of the component markup.
The Calendar component can be used as a reference, once
Activity
- All
 - Comments
 - History
 - Activity
 - Remote Attachments
 - Subversion
 
only required
ICE-5831(JSONBuilder) and 5830 (ScriptWriter) as 5805 already done and 5832 no applicable for this component