前台:

<?page title="Grid使用" contentType="text/html;charset=UTF-8"?>
<zk xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xmlns="http://www.zkoss.org/2005/zul" 
        xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul">
    
<window border="none" apply="test.GrdiCtrl">
        <grid  >
            <columns sizable="true" >
                <column label="图表" align="center" />
            </columns>
            <rows id="rows">
                
            </rows>
        </grid>

</window>
</zk>
View Code

相关文章:

  • 2022-12-23
  • 2021-10-18
  • 2021-06-09
  • 2021-10-11
  • 2021-10-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2021-06-13
  • 2021-09-17
相关资源
相似解决方案