svghmi/analyse_widget.xslt
changeset 3358 7478d0c0dc1c
parent 3355 b16e9561a3c1
child 3331 6e7a80825f03
equal deleted inserted replaced
3357:595603d80b5b 3358:7478d0c0dc1c
   599     </arg>
   599     </arg>
   600     <path name="value" accepts="HMI_INT,HMI_REAL">
   600     <path name="value" accepts="HMI_INT,HMI_REAL">
   601       <xsl:text>Value to display</xsl:text>
   601       <xsl:text>Value to display</xsl:text>
   602     </path>
   602     </path>
   603   </xsl:template>
   603   </xsl:template>
       
   604   <xsl:template match="widget[@type='PathSlider']" mode="widget_desc">
       
   605     <type>
       
   606       <xsl:value-of select="@type"/>
       
   607     </type>
       
   608     <longdesc>
       
   609       <xsl:text>PathSlider - 
       
   610 </xsl:text>
       
   611     </longdesc>
       
   612     <shortdesc>
       
   613       <xsl:text>Slide an SVG element along a path by dragging it</xsl:text>
       
   614     </shortdesc>
       
   615     <path name="value" accepts="HMI_INT,HMI_REAL">
       
   616       <xsl:text>value</xsl:text>
       
   617     </path>
       
   618     <path name="min" count="optional" accepts="HMI_INT,HMI_REAL">
       
   619       <xsl:text>min</xsl:text>
       
   620     </path>
       
   621     <path name="max" count="optional" accepts="HMI_INT,HMI_REAL">
       
   622       <xsl:text>max</xsl:text>
       
   623     </path>
       
   624     <arg name="min" count="optional" accepts="int,real">
       
   625       <xsl:text>minimum value</xsl:text>
       
   626     </arg>
       
   627     <arg name="max" count="optional" accepts="int,real">
       
   628       <xsl:text>maximum value</xsl:text>
       
   629     </arg>
       
   630   </xsl:template>
   604   <xsl:template match="widget[@type='ScrollBar']" mode="widget_desc">
   631   <xsl:template match="widget[@type='ScrollBar']" mode="widget_desc">
   605     <type>
   632     <type>
   606       <xsl:value-of select="@type"/>
   633       <xsl:value-of select="@type"/>
   607     </type>
   634     </type>
   608     <longdesc>
   635     <longdesc>
   609       <xsl:text>ScrollBar - documentation to be written
   636       <xsl:text>ScrollBar - svg:rect based scrollbar
   610 </xsl:text>
   637 </xsl:text>
   611     </longdesc>
   638     </longdesc>
   612     <shortdesc>
   639     <shortdesc>
   613       <xsl:text>ScrollBar</xsl:text>
   640       <xsl:text>ScrollBar</xsl:text>
   614     </shortdesc>
   641     </shortdesc>