core.dsp.tld
来自「ZK 基础介绍 功能操作 模块 结合数据库操作」· TLD 代码 · 共 64 行
TLD
64 行
<?xml version="1.0" encoding="ISO-8859-1" ?><!--Purpose: Defines methods and actions for DSPDescription: Histroy: Tue Sep 12 15:14:51 2006, Created by tomyehCopyright (C) 2006 Potix Corporation. All Rights Reserved.--><taglib> <uri>http://www.zkoss.org/dsp/zul/core</uri> <description> Methods and actions for ZUL in DSP/ZUML </description> <!-- --> <!-- Imports --> <!-- --> <import> <import-name>ZulFns</import-name> <import-class>org.zkoss.zul.fn.ZulFns</import-class> </import> <!-- --> <!-- Functions --> <!-- --> <function> <name>getColAttrs</name> <function-class>org.zkoss.zul.fn.ZulFns</function-class> <function-signature> java.lang.String getColAttrs(org.zkoss.zul.Row, int) </function-signature> <description> Returns the attribute used for the cell of the specified row and index. </description> </function> <function> <name>getBoxChildOuterAttrs</name> <function-class>org.zkoss.zul.fn.ZulFns</function-class> <function-signature> java.lang.String getBoxChildOuterAttrs(org.zkoss.zk.ui.Component) </function-signature> <description> Returns the inner attributes used for the cell of the specified child when it is placed inside of hbox/vbox. </description> </function> <function> <name>getBoxChildInnerAttrs</name> <function-class>org.zkoss.zul.fn.ZulFns</function-class> <function-signature> java.lang.String getBoxChildInnerAttrs(org.zkoss.zk.ui.Component) </function-signature> <description> Returns the outer attributes used for the cell of the specified child when it is placed inside of hbox/vbox. </description> </function></taglib>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?