|
From: <ma...@us...> - 2011-10-15 21:25:32
|
Revision: 449
http://openautomation.svn.sourceforge.net/openautomation/?rev=449&view=rev
Author: mayerch
Date: 2011-10-15 21:25:26 +0000 (Sat, 15 Oct 2011)
Log Message:
-----------
Show infoposition attribute of the infotrigger in the editor
Modified Paths:
--------------
CometVisu/trunk/visu/designs/structure_pure.js
Modified: CometVisu/trunk/visu/designs/structure_pure.js
===================================================================
--- CometVisu/trunk/visu/designs/structure_pure.js 2011-10-15 16:00:41 UTC (rev 448)
+++ CometVisu/trunk/visu/designs/structure_pure.js 2011-10-15 21:25:26 UTC (rev 449)
@@ -746,7 +746,8 @@
downvalue: { type: 'string' , required: false },
mapping: { type: 'mapping' , required: false },
styling: { type: 'styling' , required: false },
- align: { type: 'string' , required: false }
+ align: { type: 'string' , required: false },
+ infoposition: { type: 'numeric' , required: false }
},
elements: {
label: { type: 'string', required: false, multi: false },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|