Revision: 4461
          http://sourceforge.net/p/jump-pilot/code/4461
Author:   michaudm
Date:     2015-05-23 17:55:53 +0000 (Sat, 23 May 2015)
Log Message:
-----------
Update SetAttributes extension to version 0.6 : right-click on the button now 
displays a rich text tooltip containing the button parameters.
 Add a backgroundColor attribute for the buttons.

Modified Paths:
--------------
    core/trunk/ChangeLog
    core/trunk/lib/plus/set_attributes/DocumentedSample.xml

Added Paths:
-----------
    core/trunk/lib/plus/SetAttributes-0.6.jar

Removed Paths:
-------------
    core/trunk/lib/plus/SetAttributes-0.5.1.jar

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2015-05-23 17:48:06 UTC (rev 4460)
+++ core/trunk/ChangeLog        2015-05-23 17:55:53 UTC (rev 4461)
@@ -1,5 +1,10 @@
 # for display continuity sake please use 2 spaces instead of tabs
 
+2015-05-23 mmichaud <m.michael.mich...@orange.fr>
+  * update SetAttributes extension to version 0.6 : right-click on the
+    button now displays a rich text tooltip containing the button parameters.
+    Add a backgroundColor attribute for the buttons.
+
 2015-05-18 mmichaud <m.michael.mich...@orange.fr>
   * Fix #402 (regression after the fix of #390)
 

Deleted: core/trunk/lib/plus/SetAttributes-0.5.1.jar
===================================================================
(Binary files differ)

Added: core/trunk/lib/plus/SetAttributes-0.6.jar
===================================================================
(Binary files differ)

Index: core/trunk/lib/plus/SetAttributes-0.6.jar
===================================================================
--- core/trunk/lib/plus/SetAttributes-0.6.jar   2015-05-23 17:48:06 UTC (rev 
4460)
+++ core/trunk/lib/plus/SetAttributes-0.6.jar   2015-05-23 17:55:53 UTC (rev 
4461)

Property changes on: core/trunk/lib/plus/SetAttributes-0.6.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: core/trunk/lib/plus/set_attributes/DocumentedSample.xml
===================================================================
--- core/trunk/lib/plus/set_attributes/DocumentedSample.xml     2015-05-23 
17:48:06 UTC (rev 4460)
+++ core/trunk/lib/plus/set_attributes/DocumentedSample.xml     2015-05-23 
17:55:53 UTC (rev 4461)
@@ -13,6 +13,8 @@
     A button has five optional attributes
         icon : path of the png or jpg icon (path is relative to the xml file)
         text : if icon is not defined, this text is displayed
+        backgroundColor : color of the button background (or border) for 
text-based
+            button (accept 0xFFFFFF or #FFFFFF syntax)
         atomic (default is false) : if atomic is set to true, all attributes
                    of a single object will be changed or none.
                        setting atomic to false may be useful to create a 
single button
@@ -25,7 +27,7 @@
                    linear or polygonal features
                tooltip : tooltip to dispoverflying the button
     -->
-    <button icon="" text="Button1" atomic="false" layer="*" tooltip="MyName 
[Type1 if null]">
+    <button icon="" text="Button1" atomic="false" backgroundColor="#FF0000" 
layer="*" tooltip="MyName [Type1 if null]">
         <!--
         Name and value are mandatory attributes. Optional attributes are
             preRequisite : this attribute can take the following values :


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to