
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 31/Dec/05 07:05 AM
Updated: 07/Jan/06 02:33 PM
|
|
| Component/s: |
Views
|
| Affects Version/s: |
2.2
|
| Fix Version/s: |
2.2
|
|
|
The dojo configuration in head.ftl is currently
djConfig = {
baseRelativePath: "<@ww.url includeParams='none' value='/webwork/dojo/'/>",
isDebug: false,
bindEncoding: "utf-8",
debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
};
The [bindEncoding: "utf-8"] section being added for il8n support. Look into whether this should be hooked into the ww il8n infrastructure to pull the correct encoding and insert it.
|
|
Description
|
The dojo configuration in head.ftl is currently
djConfig = {
baseRelativePath: "<@ww.url includeParams='none' value='/webwork/dojo/'/>",
isDebug: false,
bindEncoding: "utf-8",
debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
};
The [bindEncoding: "utf-8"] section being added for il8n support. Look into whether this should be hooked into the ww il8n infrastructure to pull the correct encoding and insert it. |
Show » |
|