This sample uses a Dojo Tree navigation structure to orgainize Site Areas that map to folders that contain Assets (Authoring Template with File Resource). New Folders and Assets may be added. See the Demo here.
Re: Dojo Tree for Folder Assets
Included the dojo.js in the 'HTML Tree' component, now the dojo undefined js error is gone, but now the tree is not getting created. We see as follws
Main Folder
My First Folder
My Second Folder
Bullet points Expand...
all text only.
Also we could not find the
'wps/themes/dojo/portal_dojo/dijit/tests/css/dijitTests.css'
css in the Portal Server installation directories.
Appreciate if anyone could guide us in getting this portlet working on Portal 6.1.0.2
When the Portlet is loaded, we are getting 'dojo' undefined on IE8 & on Firefox no complaints, but no Folder Tree is visible on Left side. Right side of the Portlet we see 'Expand folder...' bullet points only.
As Peter Kempf mentioned tried changing the dojo location but did not go thru.
Portal Server used is 6.1.0.2
Can anyone help?
Dojo Tree for Folder Assets
The example uses dojo from the standard IBM theme location. In Portal 6.1.5 dojo is added in a new location.
The "HTML Tree" component for example:
@import "/wps/themes/dojo/portal_dojo/dijit/themes/tundra/tundra.css";
I believe the new dojo location would be:
@import "/portal_dojo/dijit/themes/tundra/tundra.css";