[
https://issues.apache.org/jira/browse/OFBIZ-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sascha Rodekamp updated OFBIZ-3815:
-----------------------------------
Attachment: OFBIZ-3815_ContentNavigationMigration_part1.patch
Hi Guys,
here a patch from yesterday night. I did a little modification to Ankits patch
for the contentNav.ftl (The Tree Labels wasn't not HTML decoded looks a little
bit strange ;))+
And i added the Tree for the Help Popup and for the dataResource nav.ftl
This patch doesn't migrate the tree and the dojo code in WebsiteCMSContent.ftl
and WebSiteCMSNav.ftl (Sorry but i hadn't enough time yesterday evening :-(
But i hope Ankit or me will found time at the WE.
Have a good day
Cheers Sascha
> Content Navigation Tree implemented with jQuery
> -----------------------------------------------
>
> Key: OFBIZ-3815
> URL: https://issues.apache.org/jira/browse/OFBIZ-3815
> Project: OFBiz
> Issue Type: Sub-task
> Components: content
> Affects Versions: jQuery
> Reporter: Sascha Rodekamp
> Assignee: Erwan de FERRIERES
> Fix For: jQuery
>
> Attachments: OFBIZ-3815_ContentNavigationMigration_part1.patch,
> OFBIZ-3815_jqueryExample_ContentNavigation.patch,
> OFBIZ-3815_jqueryExample_ContentNavigation.patch, OFBIZ-3815_plugins.zip,
> OFBIZ-3815_plugins.zip, OFBIZ_3815
>
>
> Hi,
> here is the first (test) patch for the jQuery implementation.
> I changed the content navigation tree for a first test:
> [https://localhost:8443/content/control/navigateContent]
> The implementation was much easier than expected :-)
> I choose the jsTree Plugin v. 1.0rc (in the next days their will be a final
> 1.0 release, that's why i choose the rc).
> [http://www.jstree.com/]
> I also added
> {code}
> jQuery.noConflict();
> {code}
> to the libary. That overwrites the '$( ... )' operator to prevent conflicts
> with prototype. This line can be deleted after prototype is totally replaced.
> For know we have to call jQuery via jQuery( .... ) instead of $( ... ).
> To apply the patch the zip file have to copied to /images/jquery/
> it contains a plugin folder with the jsTree plugin
> (should look like /images/jquery/plugins/jsTree)
> So long
> Sascha
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.