History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1059
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Patrick Lightbody
Reporter: Ian Roughley
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Make the dojo configuration in ww:head hook into the il8n infrastructure

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

Flags: Important


 Description  « Hide
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.

 All   Comments   Change History      Sort Order:
Patrick Lightbody - [31/Dec/05 02:50 PM ]
We should get the encoding from webwork.properties, so this probably means the Head tag needs to provide a parameter called encoding.

Patrick Lightbody - [07/Jan/06 02:33 PM ]
The encoding is now picked up from webwork.properties.