Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces 2.0, Sparkle component platform
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Should have a utility API that builds the parameter strings, performs param escaping.
- Yip suggests that the JSON "stringify" function would suffice, if we can implement one.
- param builder API should not send parameters that have the default value
- param builder API should not send parameters for disabled features
- API should perform escaping for security and correctness
- Yip suggests that the JSON "stringify" function would suffice, if we can implement one.
- param builder API should not send parameters that have the default value
- param builder API should not send parameters for disabled features
- API should perform escaping for security and correctness
Done. See screenshots 1 and 2.