Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: "FrozenColumns" on Treeview  (Read 11302 times)
Daniele A.
Posts: 28


« on: November 13, 2012, 12:00:31 pm »

Hi,

 

In the “Genero Style file” we have declared the following style :

 

  <Style name="Table.FirstColumnFrozen" >

     <StyleAttribute name="tableType"         value="frozenTable" />

     <StyleAttribute name="leftFrozenColumns" value="1" />

  </Style>

 

If we use it in a Table object we have the expected effect :

 

table t1 (style="FirstColumnFrozen")

{

[w|r008|r000     |r001      |r3   |r004      -|r5                  |r006      |a1

[w|r008|r000     |r001      |r3   |r004      -|r5                  |r006      |a1

 

Otherwise, the same style associated to a Tree object doesn’t work :

 

TREE t1 : body_bdg, IMAGEEXPANDED  = "",

                    IMAGECOLLAPSED = "",

                    PARENTIDCOLUMN = pid,

                    IDCOLUMN       = id,

                    ISNODECOLUMN   = hasChildren,

                    EXPANDEDCOLUMN = expanded,

                    style="FirstColumnFrozen";

 
is the attribute “leftFrozenColumns” not supported by Tree object ?

 

Thanks in advance

Daniele Artini
Leo S.
Four Js
Posts: 126


« Reply #1 on: November 13, 2012, 12:04:50 pm »

Hi Daniele, the tree widget unfortunetely doesn't support frozen columns.
Sorry for that, it should be mentioned more clear in the documentation.
Kind Regards, Leo
Daniele A.
Posts: 28


« Reply #2 on: November 13, 2012, 12:33:34 pm »

ok,
it could be marked as a new "Request" ?

Thanks
Leo S.
Four Js
Posts: 126


« Reply #3 on: November 13, 2012, 12:38:34 pm »

Hi Daniele, there is already a request:
https://4js.com/en/support/issue/?id=23237
"TreeView: Would like to support frozen columns"
Kind Regards, Leo
« Last Edit: November 13, 2012, 02:31:34 pm »
Daniele A.
Posts: 28


« Reply #4 on: November 13, 2012, 12:41:18 pm »

Thanks a lot,

Daniele
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines