[cla][patch] Allow escaping $ in string.substitute arguments
dojo.string.substitute currently has no way to escape ${ sequences. This makes it harder i.e. to set queryExpr for FilteringSelect? inside a templated widget. The attached below recognizes ${} as escape for $.
Change History (4)
Component: |
General →
String
|
Milestone: |
tbd →
1.11
|
Owner: |
set to Adam Peller
|
Priority: |
undecided →
low
|
Summary: |
Allow escaping $ in string.substitute arguments →
[cla][patch] Allow escaping $ in string.substitute arguments
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Possible fix