|
From: <ma...@us...> - 2010-10-31 23:36:03
|
Revision: 57
http://openautomation.svn.sourceforge.net/openautomation/?rev=57&view=rev
Author: mayerch
Date: 2010-10-31 23:35:57 +0000 (Sun, 31 Oct 2010)
Log Message:
-----------
First little step towards 2d and 3d pages...
Modified Paths:
--------------
CometVisu/trunk/visu/lib/visudesign_pure.js
Modified: CometVisu/trunk/visu/lib/visudesign_pure.js
===================================================================
--- CometVisu/trunk/visu/lib/visudesign_pure.js 2010-10-31 21:01:35 UTC (rev 56)
+++ CometVisu/trunk/visu/lib/visudesign_pure.js 2010-10-31 23:35:57 UTC (rev 57)
@@ -25,6 +25,7 @@
var ret_val = $('<div class="widget" />');
var style = ( '0' != path ) ? 'display:none' : '';
var name = $(page).attr('name'); //path += '_' + name;
+ var type = $(page).attr('type'); //text, 2d or 3d
ret_val.addClass( 'link' );
ret_val.append( '<a href="javascript:scrollToPage(\''+path+'\')">' + name + '</a>' );
var childs = $(page).children();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|