Changeset 25157 in main
- Timestamp:
- 05/01/22 12:55:13 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/json/Kendo.xslt
r25122 r25157 59 59 60 60 61 <xsl:param name="Kendo.gridLockColumns" select="false "62 ibis:doc="true = sets the locked of the main cat/series/const/measure61 <xsl:param name="Kendo.gridLockColumns" select="false()" 62 ibis:doc="true() = sets the locked of the main cat/series/const/measure 63 63 grid colums. If only set locked on the last main column then that 64 64 column is listed first with all other columns scrollable even though … … 72 72 and uses set value. 73 73 " 74 /> 74 /> 75 75 <xsl:param name="Kendo.gridAVColumnWidth" select="120" 76 76 ibis:doc="Same as Kendo.gridColumnWidth but applies to ancillary value columms." … … 377 377 ,"template": "#=<xsl:value-of select="current()/NAME"/>Title#" 378 378 ,"attributes": {"class": "Value"} 379 <xsl:if test="0 != $Kendo.grid ColumnAVWidth">,"width": <xsl:value-of select="$Kendo.gridColumnAVWidth"/></xsl:if>379 <xsl:if test="0 != $Kendo.gridAVColumnWidth">,"width": <xsl:value-of select="$Kendo.gridAVColumnWidth"/></xsl:if> 380 380 ,"sortable": 381 381 { … … 395 395 ,"title": "<xsl:value-of select="$Kendo.labelColumnTitle"/>" 396 396 ,"attributes": {"class": "Notes"} 397 <xsl:if test="0 != $Kendo.grid ColumnAVWidth">,"width": <xsl:value-of select="$Kendo.gridColumnAVWidth"/></xsl:if>397 <xsl:if test="0 != $Kendo.gridAVColumnWidth">,"width": <xsl:value-of select="$Kendo.gridAVColumnWidth"/></xsl:if> 398 398 }<xsl:text/> 399 399 </xsl:if> … … 404 404 ,"title": "<xsl:value-of select="$Kendo.valueAttributeColumnTitle"/>" 405 405 ,"attributes": {"class": "Notes"} 406 <xsl:if test="0 != $Kendo.grid ColumnAVWidth">,"width": <xsl:value-of select="$Kendo.gridColumnAVWidth"/></xsl:if>406 <xsl:if test="0 != $Kendo.gridAVColumnWidth">,"width": <xsl:value-of select="$Kendo.gridAVColumnWidth"/></xsl:if> 407 407 }<xsl:text/> 408 408 </xsl:if>
Note: See TracChangeset
for help on using the changeset viewer.