![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ctrl.waterfall
Advanced tools
#ctrl.waterfall
1.2.1
无
完整引用举例:
<link href="http://g.tbcdn.cn/mtb/ctrl-waterfall/{{version}}/waterfall.css" rel="stylesheet" type="text/css" />
<script type="http://g.tbcdn.cn/mtb/ctrl-waterfall/{{version}}/??waterfall.js"></script>
运行 npm install
,来安装所需的依赖模块。关于NPM的知识,请参见nodejs;
运行 grunt
,来对项目进行打包。关于Grunt的知识,请参见gruntjs;
var Waterfall = lib.waterfall;
var wf = new Waterfall({
mode: 'column',
columnAmount: 2,
columnPadding: 20,
linePadding: 10
});
document.body.appendChild(wf.root);
mode
列模式,参考值如下
columnAmout
列数,在column和fix模式下有效
columnWidth
列宽,在adaptive和fix模式下有效
columnPadding
列间距
linePadding
行间距
mode
可读写,同初始化参数
columnAmout
可读写,同初始化参数
columnWidth
可读写,同初始化参数
columnPadding
可读写,同初始化参数
linePadding
可读写,同初始化参数
FAQs
The npm package ctrl.waterfall receives a total of 0 weekly downloads. As such, ctrl.waterfall popularity was classified as not popular.
We found that ctrl.waterfall demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.