Files
FOFCompiler/js/json/HTMLcompilation.js
2025-08-14 15:43:15 +08:00

7549 lines
180 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

let HTMLcompilation_ = {
"GlobalProperties" :
[
{
"title" : "网页快捷键",
"title_en" : "accesskey",
"T_libraryID" : "",
"id" : "16381672021122",
"usage" : "\"网页快捷键\" 属性规定激活(使元素获得焦点)元素的快捷键。<br>提示如果需要多个快捷键组合可以使用JS代码处理。<br>IE按住Alt键点击快捷键再按回车.<br>FireFox按住Alt+Shift键点击快捷键.<br>Chrome按住Alt键点击快捷键.<br>Safari按住Alt键点击快捷键.",
"explain" : "<超链接 链接地址='http://doc.lvoldev.com' 网页快捷键='h'>",
"children" : []
},
{
"title" : "类名",
"title_en" : "class",
"T_libraryID" : "",
"id" : "16381677924653",
"usage" : "类名 属性定义了元素的类名。<br>类名 属性通常用于指向样式表【css】的类。但是它也可以用于 JavaScript 来修改 HTML 元素。",
"explain" : "<!文档类型 网页类型>\n<网页>\n <网页头部>\n <网页信息 文档编码=\"UTF8\">\n <网页标题>FOF文档</网页标题>\n <样式>\n .intro {\n 颜色: blue;\n }\n .important {\n 颜色: green;\n }\n </样式>\n </网页头部>\n <文档主体>\n <标题1 类名=\"intro\">标题 1</标题1>\n <段落>我是段落内容。</段落>\n <段落 类名=\"important\">注意:这是一个很重要的段落。</段落>\n </文档主体>\n</网页>",
"children" : []
},
{
"title" : "内容可编辑",
"title_en" : "contenteditable",
"T_libraryID" : "",
"id" : "16381680122417",
"usage" : "内容可编辑 属性指定元素内容是否可编辑。<br>注意: 当元素中没有设置 \"内容可编辑\" 属性时,元素将从父元素继承。",
"explain" : "<段落 内容可编辑=\"真\">我是可以编辑的段落标签</段落>",
"children" :
[
{
"title" : "真",
"title_en" : "true",
"id" : "16393857665357",
"usage" : "代表内容是可以编辑的",
"explain" : "<段落 内容可编辑=\"真\">我是可以编辑的段落标签</段落>"
},
{
"title" : "假",
"title_en" : "false",
"id" : "16393858937689",
"usage" : "设置标签内容是不可以编辑的",
"explain" : "<段落 内容可编辑=\"假\">设置标签内容不可以编辑</段落>"
}
]
},
{
"title" : "上下文菜单",
"title_en" : "contextmenu",
"T_libraryID" : "",
"id" : "16381725075766",
"usage" : "上下文菜单 属性规定了元素的上下文菜单。当用户右击元素时将显示上下文菜单。<br>上下文菜单 属性的值是需要打开的 <菜单列表> 元素的 id。<br>注意:极其不推荐使用此标签,因为几乎所有的浏览器都不兼容!",
"explain" : "<区块 上下文菜单=\"mymenu\">\n <菜单列表 菜单类型=\"上下文菜单\" id=\"mymenu\">\n <菜单项目 label=\"Refresh\">\n </菜单项目>\n <菜单项目 label=\"Twitter\">\n </菜单项目>\n </菜单列表>\n</区块>",
"children" : []
},
{
"title" : "自定义属性",
"title_en" : "data-*",
"T_libraryID" : "",
"id" : "16381727474555",
"usage" : "\"自定义属性\" 属性用于存储私有页面后应用的自定义数据。<br>\"自定义属性\" 属性可以在所有的 HTML 元素中嵌入数据。<br>\"自定义属性\" 不要包含大写字母,在 data- 后必须至少有一个字符。<br>注意: 自定义属性前缀 \"data-\" 会被客户端忽略。",
"explain" : "<!文档类型 网页类型>\n<网页>\n <网页头部>\n <网页信息 文档编码=\"UTF8\">\n <网页标题>菜鸟教程(runoob.com)</网页标题>\n <脚本>\n 定义函数 回调函数名称(animal) {\n 变量 animalType = animal.getAttribute(\"www-sdrsrsd-zcxzc\");\n 信息框(\"The \" + animal.innerHTML + \" is a \" + animalType + \".\");\n }\n </脚本>\n </网页头部>\n <网友主体>\n <段落>点击一个标题,看看它是什么类型:</段落>\n <无序列表>\n <列表项 调用函数=\"回调函数名称(this)\" id=\"owl\" www-sdrsrsd-zcxzc=\"2222\">Owl</列表项>\n </无序列表>\n </网友主体>\n</网页>",
"children" : []
},
{
"title" : "设置文本方向",
"title_en" : "dir",
"T_libraryID" : "",
"id" : "16381728106433",
"usage" : "\"设置文本方向\" 属性规定元素内容的文本方向。",
"explain" : "<文本方向 设置方向=\"从右到左\">文本方向从右到左!</文本方向>",
"children" :
[
{
"title" : "从右到左",
"title_en" : "rtl",
"id" : "16394764743372",
"usage" : "从右向左的文本方向。",
"explain" : "<文本方向 设置方向=\"从右到左\">文本方向从右到左!</文本方向>"
},
{
"title" : "从左到右",
"title_en" : "ltr",
"id" : "16394765208056",
"usage" : "默认。从左向右的文本方向。",
"explain" : "<文本方向 设置方向=\"从左到右\">文本方向从左到右!</文本方向>"
},
{
"title" : "自动方向",
"title_en" : "auto",
"id" : "16394765615926",
"usage" : "让浏览器根据内容来判断文本方向。仅在文本方向未知时推荐使用。",
"explain" : "<文本方向 设置方向=\"auto\">让浏览器根据内容来判断文本方向</文本方向>"
}
]
},
{
"title" : "允许拖动",
"title_en" : "draggable",
"T_libraryID" : "",
"id" : "16381729245583",
"usage" : "允许拖动 属性规定元素是否可拖动。<br>提示: 链接和图像默认是可拖动的。<br>提示: 允许拖动 属性经常用于拖放操作。",
"explain" : "<段落 id=\"drag1\" 允许拖动=\"真\">这是一段可移动的段落。</段落>",
"children" :
[
{
"title" : "真",
"title_en" : "true",
"id" : "16394768247641",
"usage" : "规定元素是可拖动的。",
"explain" : "<段落 id=\"drag1\" 允许拖动=\"真\">这是一段可移动的段落。</段落>"
},
{
"title" : "假",
"title_en" : "false",
"id" : "16394768455910",
"usage" : "规定元素是不可拖动的。",
"explain" : "<段落 id=\"drag1\" 允许拖动=\"假\">我不能被拖动。</段落>"
},
{
"title" : "默认特性",
"title_en" : "auto",
"id" : "16394768718832",
"usage" : "使用浏览器的默认特性。",
"explain" : "<段落 id=\"drag1\" 允许拖动=\"默认特性\">使用浏览器的默认特性。</段落>"
}
]
},
{
"title" : "隐藏元素",
"title_en" : "hidden",
"T_libraryID" : "",
"id" : "16381730578539",
"usage" : "\"隐藏元素\" 属性规定对元素进行隐藏。<br>如果使用该属性,则会隐藏元素。<br>提示:可使用 JavaScript 来删除 \"隐藏元素\" 属性,使该元素变得可见。",
"explain" : "<段落 隐藏元素>这是一段隐藏的段落。</段落>",
"children" : []
},
{
"title" : "id",
"title_en" : "id",
"T_libraryID" : "",
"id" : "16381733917008",
"usage" : "id 属性规定 HTML 元素的唯一的 id。<br>id 在 HTML 文档中必须是唯一的。<br>id 属性可用作链接锚link anchor通过 JavaScript或通过 CSS 为带有指定 id 的元素改变或添加样式。",
"explain" : "<段落 id=\"唯一值\" >我设置的ID是唯一的不能在网页中重复。</段落>",
"children" : []
},
{
"title" : "语言代码",
"title_en" : "lang",
"T_libraryID" : "",
"id" : "16381735143690",
"usage" : "\"语言代码\" 属性规定元素内容的语言。",
"explain" : "<段落 语言代码=\"中文\">这是一个中文的段落</段落>",
"children" :
[
{
"title" : "中文",
"title_en" : "zh-cn",
"id" : "16394891777945",
"usage" : "表示字幕语言是中文字幕<br>提示:更多语言代码可以百度\"语言代码-en\"",
"explain" : "<段落 语言代码=\"中文\">这是一个中文的段落</段落>"
},
{
"title" : "英文",
"title_en" : "en",
"id" : "16394892371062",
"usage" : "表示字幕语言为英文字幕<br>提示:更多语言代码可以百度\"语言代码-en\"",
"explain" : "<段落 语言代码=\"英文\">HELLO WORLD</段落>"
}
]
},
{
"title" : "是否翻译内容",
"title_en" : "translate",
"T_libraryID" : "",
"id" : "16381737823883",
"usage" : "是否翻译内容 属性规定元素内容是否要翻译。<br>是否翻译内容 属性为\"真\"时一些英文内容会被浏览器提示翻译。<br>注意:本属性所有主流浏览器都不兼容",
"explain" : "<段落 是否翻译内容=\"真\">ice cream</段落>",
"children" :
[
{
"title" : "真",
"title_en" : "yes",
"id" : "16394898524398",
"usage" : "使浏览器翻译该内容",
"explain" : "<段落 是否翻译内容=\"真\">ice cream</段落>"
},
{
"title" : "假",
"title_en" : "no",
"id" : "16394898794174",
"usage" : "禁止浏览器翻译该内容",
"explain" : "<段落 是否翻译内容=\"假\">ice cream</段落>"
}
]
},
{
"title" : "行内样式",
"title_en" : "style",
"T_libraryID" : "",
"id" : "16381738795828",
"usage" : "行内样式 属性规定元素的行内样式inline style。<br>行内样式 属性将覆盖任何全局的样式设定,例如会覆盖在 <样式> 标签或在外部样式表中规定的样式。",
"explain" : "<标题1 行内样式=\"颜色:blue;文本-对齐:居中\">这是一个标题</标题1>\n<段落 行内样式=\"颜色:green\">这是一个段落。</段落>",
"children" : []
},
{
"title" : "tab顺序设定",
"title_en" : "tabindex",
"T_libraryID" : "",
"id" : "16381739975812",
"usage" : "tab顺序设定 属性规定当使用 \"tab\" 键进行导航时元素的顺序。",
"explain" : "<超链接 链接地址=\"https://www.lvoldev.com/\" tab顺序设定=\"2\"> FOFStudio2</超链接><换行>\n<超链接 链接地址=\"https://www.lvoldev.com/\" tab顺序设定=\"1\"> FOFStudio1</超链接><换行>\n<超链接 链接地址=\"https://www.lvoldev.com/\" tab顺序设定=\"3\"> FOFStudio3</超链接><换行>",
"children" : []
},
{
"title" : "提示信息",
"title_en" : "title",
"T_libraryID" : "",
"id" : "16381740444884",
"usage" : "\"提示信息\" 属性规定关于元素的额外信息。<br>这些信息通常会在鼠标移到元素上时显示一段工具提示文本tooltip text。",
"explain" : "<段落 提示信息=\"FOFStudio\">FOFStudio</段落>",
"children" : []
},
{
"title" : "拼写检查",
"title_en" : "translate",
"T_libraryID" : "",
"id" : "16381741436237",
"usage" : "拼写检查 属性规定是否对元素进行拼写和语法检查。<br>可以对以下内容进行拼写检查:<br>1、<数据框> 元素中的文本值(非密码)<br>2、<多行文本框> 元素中的文本<br>3、可编辑元素中的文本",
"explain" : "<段落 是否翻译内容='true' 内容可编辑='真'>这个段落可以被翻译</段落>",
"children" :
[
{
"title" : "真",
"title_en" : "true",
"id" : "16394914993664",
"usage" : "规定应当对元素的文本进行拼写检查。",
"explain" : "<段落 是否翻译内容='true' 内容可编辑='真'>这个段落可以被翻译</段落>"
},
{
"title" : "假",
"title_en" : "false",
"id" : "16394915561644",
"usage" : "规定不应对元素的文本进行拼写检查。",
"explain" : "<段落 是否翻译内容='false' 内容可编辑='真'>这个段落可以被翻译</段落>"
}
]
},
{
"title" : "内边距15",
"title_en" : "pad15",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "内边距20",
"title_en" : "pad20",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "方框",
"title_en" : "pane",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-无样式",
"title_en" : "lay-ignore",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-风格",
"title_en" : "lay-skin",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "原始风格",
"title_en" : "primary"
},
{
"title" : "开关风格",
"title_en" : "switch"
},
{
"title" : "行边框风格",
"title_en" : "line"
},
{
"title" : "列边框风格",
"title_en" : "row"
},
{
"title" : "无边框风格",
"title_en" : "nob"
},
{
"title" : "notepad",
"title_en" : "notepad"
}
]
},
{
"title" : "lay-单选框",
"title_en" : "lay-radio",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-尺寸",
"title_en" : "lay-size",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "小尺寸",
"title_en" : "sm"
},
{
"title" : "大尺寸",
"title_en" : "lg"
}
]
},
{
"title" : "lay-隔行",
"title_en" : "lay-even",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-数据",
"title_en" : "lay-data",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-选项",
"title_en" : "lay-options",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "数据-更改",
"title_en" : "data-edit",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-排序",
"title_en" : "lay-sort",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "升序",
"title_en" : "asc"
},
{
"title" : "降序",
"title_en" : "desc"
}
]
},
{
"title" : "lay-移入",
"title_en" : "lay-over",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-功能条",
"title_en" : "lay-bar",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "禁用",
"title_en" : "disabled"
}
]
},
{
"title" : "lay-分隔符",
"title_en" : "lay-separator",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "溢出",
"title_en" : "overflow",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "轮播项目",
"title_en" : "carousel-item",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-箭头",
"title_en" : "lay-arrow",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "始终显示",
"title_en" : "always"
},
{
"title" : "悬停显示",
"title_en" : "hover"
},
{
"title" : "不显示",
"title_en" : "none"
}
]
},
{
"title" : "lay-类型",
"title_en" : "lay-type",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "上一页",
"title_en" : "sub"
},
{
"title" : "下一页",
"title_en" : "add"
}
]
},
{
"title" : "lay-指示器",
"title_en" : "lay-indicator",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "容器内部",
"title_en" : "inside"
},
{
"title" : "容器外部",
"title_en" : "outside"
},
{
"title" : "不显示",
"title_en" : "none"
}
]
},
{
"title" : "lay-轮播动画",
"title_en" : "lay-anim",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "左右切换",
"title_en" : "default"
},
{
"title" : "上下切换",
"title_en" : "updown"
},
{
"title" : "渐隐渐显切换",
"title_en" : "fade"
}
]
},
{
"title" : "lay-过滤器",
"title_en" : "lay-filter",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-提交",
"title_en" : "lay-submit",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-验证",
"title_en" : "lay-verify",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "必填项",
"title_en" : "required"
},
{
"title" : "手机号",
"title_en" : "phone"
},
{
"title" : "邮箱",
"title_en" : "email"
},
{
"title" : "网址",
"title_en" : "url"
},
{
"title" : "数字",
"title_en" : "number"
},
{
"title" : "日期",
"title_en" : "date"
},
{
"title" : "身份证",
"title_en" : "identity"
}
]
},
{
"title" : "lay-提示方式",
"title_en" : "lay-verType",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "吸附层",
"title_en" : "tips"
},
{
"title" : "对话框",
"title_en" : "alert"
},
{
"title" : "提示框",
"title_en" : "msg"
}
]
},
{
"title" : "lay-提示文字",
"title_en" : "lay-reqText",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-允许关闭",
"title_en" : "lay-allowClose",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "真",
"title_en" : "true"
}
]
},
{
"title" : "lay-百分比",
"title_en" : "lay-percent",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-显示百分比",
"title_en" : "lay-showPercent",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "显示",
"title_en" : "yes"
}
]
},
{
"title" : "lay-手风琴",
"title_en" : "lay-accordion",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-图像地址",
"title_en" : "lay-src",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-标题",
"title_en" : "lay-title",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-高度",
"title_en" : "lay-height",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-编码",
"title_en" : "lay-encode",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "条件渲染开始",
"title_en" : "v-if",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "条件渲染结束",
"title_en" : "v-else",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "条件渲染追加",
"title_en" : "v-else-if",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "条件隐藏显示",
"title_en" : "v-show",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "循环渲染",
"title_en" : "v-for",
"T_libraryID" : "16673718184040",
"children" :
[
{
"title" : "遍历",
"title_en" : "in"
},
{
"title" : "遍历2",
"title_en" : "of"
}
]
},
{
"title" : "维护状态",
"title_en" : "key",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "绑定属性",
"title_en" : "v-bind",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "绑定事件",
"title_en" : "v-on",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "渲染HTML代码",
"title_en" : "v-html",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "lay-文本",
"title_en" : "lay-text",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "lay-事件",
"title_en" : "lay-event",
"T_libraryID" : "16561493026524",
"children" : []
},
{
"title" : "轮播项-标签",
"title_en" : "aria-label",
"T_libraryID" : "16776568059728",
"children" : []
},
{
"title" : "双向数据绑定",
"title_en" : "v-model",
"T_libraryID" : "16673718184040",
"children" : []
},
{
"title" : "lay-收缩",
"title_en" : "lay-shrink",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "所有",
"title_en" : "all"
}
]
},
{
"title" : "lay-搜索",
"title_en" : "lay-search",
"T_libraryID" : "16561493026524",
"children" :
[
{
"title" : "默认",
"title_en" : "default "
},
{
"title" : "区分",
"title_en" : "cs"
}
]
}
],
"GlobalMethod" :
[
{
"title" : "打印对话框出现后执行",
"title_en" : "onafterprint",
"id" : "16413770005022",
"usage" : "在用户设置页面打印及打印对话框出现后触发。",
"explain" : "<脚本>\n定义函数 executeAfterPrinting()\n{\n 信息框(\"Document is printing\");\n}\n</脚本>\n<网页主体 打印对话框出现后执行=\"executeAfterPrinting()\">"
},
{
"title" : "打印对话框出现前执行",
"title_en" : "onbeforeprint",
"id" : "16413794409456",
"usage" : "在用户设置页面打印及打印对话框出现前触发。",
"explain" : "<脚本>\n定义函数 executeBeforePrinting()\n{\n 信息框(\"Document is printing\");\n}\n</脚本>\n<网页主体 打印对话框出现前执行=\"executeBeforePrinting()\">\n"
},
{
"title" : "文档卸载前",
"title_en" : "onbeforeonload",
"id" : "16413836868082",
"usage" : "文档卸载前 事件在HTML文档被卸载之前。",
"explain" : "<网页主体 文档卸载前=\"myFunction()\">\n<超链接 链接地址=\"http://www.lkuaiy.com\">Are you sure you want to jump to the new page</超链接>\n<脚本>\n定义函数 myFunction() {\n 返回 \"Hello\";\n}\n</脚本>\n</网页主体>"
},
{
"title" : "失去焦点回调",
"title_en" : "onblur",
"id" : "16413978086646",
"usage" : "失去焦点回调 事件会在对象失去焦点时发生。",
"explain" : "<数据框 数据类型=\"Text input\" 失去焦点回调=\"myFunction()\">\n<脚本>\n定义函数 myFunction()\n{\n 信息框(\"Document is printing\");\n}\n</脚本>"
},
{
"title" : "点击回调",
"title_en" : "onclick",
"id" : "16467352751022",
"usage" : "点击回调 事件会在元素被点击时发生。",
"explain" : "<脚本>\n定义函数 click()\n{\n 信息框(\"Click successfully\");\n}\n</脚本>\n<网页主体 点击回调=\"click()\">"
},
{
"title" : "打开上下文菜单回调",
"title_en" : "oncontextmenu",
"id" : "16467354506961",
"usage" : "打开上下文菜单回调 事件在元素中用户右击鼠标时触发并打开上下文菜单。",
"explain" : "<脚本>\n定义函数 contextmenu()\n{\n 信息框(\"Menu opening\");\n}\n</脚本>\n<网页主体 打开上下文菜单回调=\"contextmenu()\">\n"
},
{
"title" : "双击回调",
"title_en" : "ondblclick",
"id" : "16467354758881",
"usage" : "双击回调 事件会在对象被双击时发生。",
"explain" : "<脚本>\n定义函数 dblclick()\n{\n 信息框(\"I was double clicked\");\n}\n</脚本>\n<网页主体 双击回调=\"dblclick()\">\n"
},
{
"title" : "按下鼠标回调",
"title_en" : "onmousedown ",
"id" : "16467894655372",
"usage" : "按下鼠标回调 事件会在鼠标按键被按下时发生。",
"explain" : "<脚本>\n定义函数 mousedown()\n{\n 信息框(\"Mouse pressed\");\n}\n</脚本>\n<网页主体 onmousedown=\"mousedown()\">\n"
},
{
"title" : "鼠标移入回调2",
"title_en" : "onmouseenter",
"id" : "16467895136357",
"usage" : "鼠标移入回调2 事件在鼠标指针移动到元素上时触发。",
"explain" : "<脚本>\n定义函数 mouseenter()\n{\n 信息框(\"The mouse was moved in\");\n}\n</脚本>\n<网页主体 鼠标移入回调2=\"mouseenter()\">\n"
},
{
"title" : "移出鼠标回调2",
"title_en" : "onmouseleave",
"id" : "16467895693826",
"usage" : "移出鼠标回调2 事件在鼠标移出元素时触发。",
"explain" : "<脚本>\n定义函数 mouseleave()\n{\n 信息框(\"The mouse was moved out\");\n}\n</脚本>\n<网页主体 移出鼠标回调2=\"mouseleave()\">\n"
},
{
"title" : "移动鼠标回调",
"title_en" : "onmousemove",
"id" : "16467895949091",
"usage" : "移动鼠标回调 事件会在鼠标指针移到指定的对象时发生。",
"explain" : "<脚本>\n定义函数 mousemove()\n{\n 信息框(\"The mouse was moved\");\n}\n</脚本>\n<网页主体 移动鼠标回调=\"mousemove()\">\n"
},
{
"title" : "鼠标移入回调",
"title_en" : "onmouseover",
"id" : "16467898885276",
"usage" : "鼠标移入回调 事件会在鼠标指针移动到指定的元素上时发生。",
"explain" : "<脚本>\n定义函数 mouseover()\n{\n 信息框(\"The mouse moved in\");\n}\n</脚本>\n<网页主体 onmouseovert=\"mouseover()\">\n"
},
{
"title" : "鼠标移出回调",
"title_en" : "onmouseout",
"id" : "16467899096486",
"usage" : "鼠标移出回调 事件会在鼠标指针移出指定的对象时发生。",
"explain" : "<脚本>\n定义函数 mouseout()\n{\n 信息框(\"The mouse was removed\");\n}\n</脚本>\n<网页主体 鼠标移出回调=\"mouseout()\">\n"
},
{
"title" : "松开鼠标回调",
"title_en" : "onmouseup",
"id" : "16467899495894",
"usage" : "松开鼠标回调 事件会在鼠标按键被松开时发生。",
"explain" : "<脚本>\n定义函数 mouseup()\n{\n 信息框(\"The mouse was released\");\n}\n</脚本>\n<网页主体 松开鼠标回调=\"mouseup()\">\n"
},
{
"title" : "按下键盘回调",
"title_en" : "onkeydown",
"id" : "16467899815598",
"usage" : "按下键盘回调 事件会在用户按下一个键盘按键时发生。",
"explain" : "<脚本>\n定义函数 keydown()\n{\n 信息框(\"The keyboard was pressed\");\n}\n</脚本>\n<网页主体 按下键盘回调=\"keydown()\">\n"
},
{
"title" : "键盘点击回调",
"title_en" : "onkeypress",
"id" : "16467900089435",
"usage" : "键盘点击回调 事件会在键盘按键被按下并释放一个键时发生。",
"explain" : "<脚本>\n定义函数 keypress()\n{\n 信息框(\"The keyboard has been clicked\");\n}\n</脚本>\n<网页主体 键盘点击回调=\"keypress()\">\n"
},
{
"title" : "键盘松开回调",
"title_en" : "onkeyup",
"id" : "16467900393644",
"usage" : "键盘松开回调 事件会在键盘按键被松开时发生。",
"explain" : "<脚本>\n定义函数 keyup()\n{\n 信息框(\"The keyboard is released\");\n}\n</脚本>\n<网页主体 键盘松开回调=\"keyup()\">\n"
},
{
"title" : "离开页面回调",
"title_en" : "onbeforeunload",
"id" : "16467902383337",
"usage" : "离开页面回调 事件在即将离开当前页面(刷新或关闭)时触发。",
"explain" : "<脚本>\n定义函数 beforeunload()\n{\n 信息框(\"Left the page\");\n}\n</脚本>\n<网页主体 离开页面回调=\"beforeunload()\">\n"
},
{
"title" : "加载文件错误回调",
"title_en" : "onerror",
"id" : "16467904811784",
"usage" : "加载文件错误回调 事件在加载外部文件(文档或图像)发生错误时触发。",
"explain" : "<脚本>\n定义函数 error()\n{\n 信息框(\"Error loading file\");\n}\n</脚本>\n<网页主体 加载文件错误回调=\"error()\">\n"
},
{
"title" : "锚点变化回调",
"title_en" : "onhashchange",
"id" : "16467905583209",
"usage" : "锚点变化回调 事件在当前 URL 的锚部分(以 '#' 号为开始) 发生改变时触发 。",
"explain" : "<脚本>\n定义函数 hashchange()\n{\n 信息框(\"hashchange\");\n}\n</脚本>\n<网页主体 锚点变化回调=\"hashchange()\">\n"
},
{
"title" : "加载完成回调",
"title_en" : "onload",
"id" : "16467905896920",
"usage" : "加载完成回调 事件会在页面或图像加载完成后立即发生。",
"explain" : "<脚本>\n定义函数 load()\n{\n 信息框(\"Loading completed\");\n}\n</脚本>\n<网页主体 加载完成回调=\"load()\">\n"
},
{
"title" : "浏览网页回调",
"title_en" : "onpageshow",
"id" : "16467907016585",
"usage" : "浏览网页回调 事件在用户浏览网页时触发。",
"explain" : "<脚本>\n定义函数 pageshow()\n{\n 信息框(\"Web browsing was triggered\");\n}\n</脚本>\n<网页主体 浏览网页回调=\"pageshow()\">\n"
},
{
"title" : "离开网页回调",
"title_en" : "onpagehide",
"id" : "16467907361738",
"usage" : "离开网页回调 事件在用户离开网页时触发。",
"explain" : "<脚本>\n定义函数 pagehide()\n{\n 信息框(\"Leaving the page was triggered\");\n}\n</脚本>\n<网页主体 离开网页回调=\"pagehide()\">\n"
},
{
"title" : "调整浏览器大小时回调",
"title_en" : "onresize",
"id" : "16467908182943",
"usage" : "调整浏览器大小时回调 事件会在窗口或框架被调整大小时发生。",
"explain" : "<脚本>\n定义函数 resize()\n{\n 信息框(\"I was triggered when I resized my browser\");\n}\n</脚本>\n<网页主体 调整浏览器大小时回调=\"resize()\">\n"
},
{
"title" : "滚动时回调",
"title_en" : "onscroll",
"id" : "16467908505337",
"usage" : "滚动时回调 事件在元素滚动条在滚动时触发。",
"explain" : "<脚本>\n定义函数 scroll()\n{\n 信息框(\"Triggered while scrolling\");\n}\n</脚本>\n<网页主体 滚动时回调=\"scroll()\">\n"
},
{
"title" : "未载入回调",
"title_en" : "onunload",
"id" : "16467909089840",
"usage" : "未载入回调 事件在用户退出页面时发生。",
"explain" : "<脚本>\n定义函数 unload()\n{\n 信息框(\"I was popped up when I exited the page\");\n}\n</脚本>\n<网页主体 未载入回调=\"unload()\">\n"
},
{
"title" : "元素改变",
"title_en" : "onchange",
"id" : "16467910947787",
"usage" : "元素改变 事件当元素内容被改变时被触发",
"explain" : "<脚本>\n定义函数 change()\n{\n 信息框(\"change\");\n}\n</脚本>\n<网页主体 元素改变=\"change()\">\n"
},
{
"title" : "获取焦点回调",
"title_en" : "onfocus",
"id" : "16467911429473",
"usage" : "获取焦点回调 事件在对象获得焦点时发生。",
"explain" : "<脚本>\n定义函数 获得焦点()\n{\n 信息框(\"focus\");\n}\n</脚本>\n<网页主体 获取焦点回调=\"获得焦点()\">\n"
},
{
"title" : "即将获取焦点回调",
"title_en" : "onfocusin",
"id" : "16467912431375",
"usage" : "即将获取焦点回调 事件在一个元素即将获得焦点时触发。",
"explain" : "<脚本>\n定义函数 focusin()\n{\n 信息框(\"focusin\");\n}\n</脚本>\n<网页主体 即将获取焦点回调=\"focusin()\">\n"
},
{
"title" : "即将失去焦点回调",
"title_en" : "onfocusout",
"id" : "16467912649033",
"usage" : "即将失去焦点回调 事件在元素即将失去焦点时触发。",
"explain" : "<脚本>\n定义函数 focusout()\n{\n 信息框(\"Triggered when you are about to lose focus\");\n}\n</脚本>\n<网页主体 即将失去焦点回调=\"focusout()\">\n"
},
{
"title" : "用户输入回调",
"title_en" : "oninput",
"id" : "16467912929470",
"usage" : "用户输入回调 事件在用户输入时触发。",
"explain" : "<脚本>\n定义函数 input()\n{\n 信息框(\"Triggered on input\");\n}\n</脚本>\n<网页主体 用户输入回调=\"input()\">\n"
},
{
"title" : "重置表单回调",
"title_en" : "onreset",
"id" : "16467914579914",
"usage" : "重置表单回调 事件在表单被重置后触发。",
"explain" : "<脚本>\n定义函数 reset()\n{\n 信息框(\"Triggered after the form is reset\");\n}\n</脚本>\n<网页主体 重置表单回调=\"reset()\">\n"
},
{
"title" : "提交搜索回调",
"title_en" : "onsearch",
"id" : "16467915228103",
"usage" : "提交搜索回调 事件在用户按下\"ENTER回车\" 按键或点击 数据类型=\"提交搜索\" 的 <数据框> 元素的 \"x(搜索)\" 按钮时触发。",
"explain" : "<脚本>\n定义函数 search()\n{\n 信息框(\"Triggered when submitting search\");\n}\n</脚本>\n<网页主体 提交搜索回调=\"search()\">\n"
},
{
"title" : "文本选中回调",
"title_en" : "onselect",
"id" : "16467916039481",
"usage" : "文本选中回调 事件会在文本框中的文本被选中时发生。",
"explain" : "<脚本>\n定义函数 select()\n{\n 信息框(\"Triggered when the text in the text box is selected\");\n}\n</脚本>\n<网页主体 文本选中回调=\"select()\">\n"
},
{
"title" : "表单提交回调",
"title_en" : "onsubmit",
"id" : "16467916352336",
"usage" : "表单提交回调 事件在表单提交时触发。",
"explain" : "<脚本>\n定义函数 submit()\n{\n 信息框(\"Triggered on form submission\");\n}\n</脚本>\n<网页主体 表单提交回调=\"submit()\">\n"
},
{
"title" : "复制回调",
"title_en" : "oncopy",
"id" : "16467916866186",
"usage" : "复制回调 事件在用户拷贝元素上的内容时触发。",
"explain" : "<脚本>\n定义函数 copy()\n{\n 信息框(\"Triggered when the content of an element is copied\");\n}\n</脚本>\n<网页主体 复制回调=\"copy()\">\n"
},
{
"title" : "剪切回调",
"title_en" : "oncut",
"id" : "16467917112395",
"usage" : "剪切回调 事件在用户剪切元素的内容时触发。",
"explain" : "<脚本>\n定义函数 cut()\n{\n 信息框(\"Triggered when the content of an element is cut\");\n}\n</脚本>\n<网页主体 剪切回调=\"cut()\">\n"
},
{
"title" : "粘贴回调",
"title_en" : "onpaste",
"id" : "16467917327844",
"usage" : "粘贴回调 事件在用户向元素中粘贴文本时触发。",
"explain" : "<脚本>\n定义函数 paste()\n{\n 信息框(\"Triggered when text is pasted into an element\");\n}\n</脚本>\n<网页主体 粘贴回调=\"paste()\">\n"
},
{
"title" : "拖动时回调",
"title_en" : "ondrag",
"id" : "16467920072368",
"usage" : "拖动时回调 事件在元素或者选取的文本被拖动时触发。",
"explain" : "<脚本>\n定义函数 drag()\n{\n 信息框(\"Triggered when an element or selected text is dragged\");\n}\n</脚本>\n<网页主体 拖动时回调=\"drag()\">\n"
},
{
"title" : "拖动完成回调",
"title_en" : "ondragend",
"id" : "16467921224267",
"usage" : "拖动完成回调 事件在用户完成元素或首选文本的拖动时触发。",
"explain" : "<脚本>\n定义函数 dragend()\n{\n 信息框(\"Triggered when the drag of an element or preferred text is complete\");\n}\n</脚本>\n<网页主体 拖动完成回调=\"dragend()\">\n"
},
{
"title" : "拖动进入放置区域回调",
"title_en" : "ondragenter",
"id" : "16467922212544",
"usage" : "拖动进入放置区域回调 事件在拖动的元素或选择的文本进入到有效的放置目标时触发。",
"explain" : "<脚本>\n定义函数 dragenter()\n{\n 信息框(\"Triggered when the dragged element or selected text enters a valid placement target\");\n}\n</脚本>\n<网页主体 拖动进入放置区域回调=\"dragenter()\">\n"
},
{
"title" : "拖动离开放置区域回调",
"title_en" : "ondragleave",
"id" : "16467923589793",
"usage" : "拖动离开放置区域回调 事件在可拖动的元素或选取的文本移出放置目标时执触发。",
"explain" : "<脚本>\n定义函数 dragleave()\n{\n 信息框(\"Triggered when a draggable element or selected text moves out of the drop target\");\n}\n</脚本>\n<网页主体 拖动离开放置区域回调=\"dragleave()\">\n"
},
{
"title" : "拖动到放置区域回调",
"title_en" : "ondragover",
"id" : "16467924086739",
"usage" : "拖动到放置区域回调 事件在可拖动元素或选取的文本正在拖动到放置目标时触发。",
"explain" : "<脚本>\n定义函数 dragover()\n{\n 信息框(\"Triggered when a draggable element or selected text is being dragged to the drop target\");\n}\n</脚本>\n<网页主体 拖动到放置区域回调=\"dragover()\">\n"
},
{
"title" : "拖动开始回调",
"title_en" : "ondragstart",
"id" : "16467924343629",
"usage" : "拖动开始回调 事件在用户开始拖动元素或选择的文本时触发。",
"explain" : "<脚本>\n定义函数 dragstart()\n{\n 信息框(\"Triggered when you start dragging an element or selected text\");\n}\n</脚本>\n<网页主体 拖动开始回调=\"dragstart()\">\n"
},
{
"title" : "拖动放置回调",
"title_en" : "ondrop",
"id" : "16467924732207",
"usage" : "拖动放置回调 事件在可拖动元素或选取的文本放置在目标区域时触发。",
"explain" : "<脚本>\n定义函数 drop()\n{\n 信息框(\"Triggered when a draggable element or selected text is placed in the target area\");\n}\n</脚本>\n<网页主体 拖动放置回调=\"drop()\">\n"
},
{
"title" : "多媒体加载完成回调",
"title_en" : "onabort",
"id" : "16467926582443",
"usage" : "多媒体加载完成回调 事件在音视频终止加载时触发。",
"explain" : "<脚本>\n定义函数 abort()\n{\n 信息框(\"Triggered when the loading of audio and video is terminated\");\n}\n</脚本>\n<网页主体 多媒体加载完成回调=\"abort()\">\n"
},
{
"title" : "多媒体可以播放回调",
"title_en" : "oncanplay",
"id" : "16467927814567",
"usage" : "多媒体可以播放回调 事件在用户可以开始播放音视频时触发。",
"explain" : "<脚本>\n定义函数 canplay()\n{\n 信息框(\"Triggered when the user can start playing audio and video\");\n}\n</脚本>\n<网页主体 多媒体可以播放回调=\"canplay()\">\n"
},
{
"title" : "多媒体可以播放且不缓冲回调",
"title_en" : "oncanplaythrough",
"id" : "16467930129040",
"usage" : "多媒体可以播放且不缓冲回调 事件在音视频可以正常播放且无需停顿和缓冲时触发。",
"explain" : "<脚本>\n定义函数 canplaythrough()\n{\n 信息框(\"Triggered when the audio and video can be played normally without pause and buffer\");\n}\n</脚本>\n<网页主体 多媒体可以播放且不缓冲回调=\"canplaythrough()\">\n"
},
{
"title" : "多媒体时长发生变化回调",
"title_en" : "ondurationchange",
"id" : "16467931656767",
"usage" : "多媒体时长发生变化回调 事件在音视频的时长发生变化时触发。",
"explain" : "<脚本>\n定义函数 durationchange()\n{\n 信息框(\"Triggered when the duration of audio and video changes\");\n}\n</脚本>\n<网页主体 多媒体时长发生变化回调=\"durationchangeg()\">\n"
},
{
"title" : "多媒体播放结束回调",
"title_en" : "onended",
"id" : "16467932016725",
"usage" : "多媒体播放结束回调 事件在音视频播放结束时触发。",
"explain" : "<脚本>\n定义函数 ended()\n{\n 信息框(\"Triggered at the end of audio and video playback\");\n}\n</脚本>\n<网页主体 多媒体播放结束回调=\"ended()\">\n"
},
{
"title" : "多媒体首帧加载完成回调",
"title_en" : "onloadeddata",
"id" : "16467935413328",
"usage" : "多媒体首帧加载完成回调 事件在当前帧的数据加载完成且还没有足够的数据播放音视频的下一帧时触发。",
"explain" : "<脚本>\n定义函数 loadeddata()\n{\n 信息框(\"Triggered when the data of the current frame is loaded and there is not enough data to play the next frame of audio and video\");\n}\n</脚本>\n<网页主体 多媒体首帧加载完成回调=\"loadeddata()\">\n"
},
{
"title" : "多媒体元数据加载完成回调",
"title_en" : "onloadedmetadata",
"id" : "16467937281811",
"usage" : "多媒体元数据加载完成回调 事件在指定音视频的元数据加载后触发。",
"explain" : "<脚本>\n定义函数 loadedmetadata()\n{\n 信息框(\"Triggered after the metadata of the specified audio and video is loaded\");\n}\n</脚本>\n<网页主体 多媒体元数据加载完成回调=\"loadedmetadata()\">\n"
},
{
"title" : "多媒体开始加载回调",
"title_en" : "onloadstart",
"id" : "16467937514137",
"usage" : "多媒体开始加载回调 事件在浏览器开始寻找指定音视频触发。",
"explain" : "<脚本>\n定义函数 loadstart()\n{\n 信息框(\"Start looking for the specified audio and video trigger in the browser\");\n}\n</脚本>\n<网页主体 多媒体开始加载回调=\"loadstart()\">\n"
},
{
"title" : "多媒体暂停回调",
"title_en" : "onpause",
"id" : "16467937914772",
"usage" : "多媒体暂停回调 事件在音视频暂停时触发。",
"explain" : "<脚本>\n定义函数 pause()\n{\n 信息框(\"Triggered when audio and video pause\");\n}\n</脚本>\n<网页主体 多媒体暂停回调=\"pause()\">\n"
},
{
"title" : "多媒体开始播放回调",
"title_en" : "onplay",
"id" : "16467938123902",
"usage" : "多媒体开始播放回调 事件在音视频开始播放时触发。",
"explain" : "<脚本>\n定义函数 play()\n{\n 信息框(\"Triggered when the audio and video starts playing\");\n}\n</脚本>\n<网页主体 多媒体开始播放回调=\"play()\">\n"
},
{
"title" : "多媒体暂停后开始播放回调",
"title_en" : "onplaying",
"id" : "16467938749341",
"usage" : "多媒体暂停后开始播放回调 事件在音视频暂停或者在缓冲后准备重新开始播放时触发。",
"explain" : "<脚本>\n定义函数 playing()\n{\n 信息框(\"Triggered when the audio and video are paused or ready to restart after buffering\");\n}\n</脚本>\n<网页主体 多媒体暂停后开始播放回调=\"playing()\">\n"
},
{
"title" : "多媒体缓存回调",
"title_en" : "onprogress",
"id" : "16467940787606",
"usage" : "多媒体缓存回调 事件在浏览器下载指定的音视频时触发。",
"explain" : "<脚本>\n定义函数 progress()\n{\n 信息框(\"Triggered when the browser downloads the specified audio and video\");\n}\n</脚本>\n<网页主体 多媒体缓存回调=\"progress()\">\n"
},
{
"title" : "多媒体改变播放速度回调",
"title_en" : "onratechange",
"id" : "16467941681044",
"usage" : "多媒体改变播放速度回调 事件在音视频的播放速度发生改变时触发。",
"explain" : "<脚本>\n定义函数 ratechange()\n{\n 信息框(\"Triggered when the playback speed of audio and video changes\");\n}\n</脚本>\n<网页主体 多媒体改变播放速度回调=\"ratechange()\">\n"
},
{
"title" : "多媒体改变播放位置后回调",
"title_en" : "onseeked",
"id" : "16467944499134",
"usage" : "多媒体改变播放位置后回调 事件在用户重新定位视频/音频audio/video的播放位置后触发。",
"explain" : "<脚本>\n定义函数 seeked()\n{\n 信息框(\"After the user's audio is repositioned\");\n}\n</脚本>\n<网页主体 多媒体改变播放位置后回调=\"seeked()\">\n"
},
{
"title" : "多媒体改变播放位置时回调",
"title_en" : "onseeking",
"id" : "16467949314210",
"usage" : "多媒体改变播放位置时回调 事件在用户开始重新定位音视频时触发。",
"explain" : "<脚本>\n定义函数 seeking()\n{\n 信息框(\"Triggered when the user starts repositioning audio and video\");\n}\n</脚本>\n<网页主体 多媒体改变播放位置时回调=\"seeking()\">\n"
},
{
"title" : "多媒体数据不可用回调",
"title_en" : "onstalled",
"id" : "16467957806183",
"usage" : "多媒体数据不可用回调 事件在浏览器获取媒体数据,但媒体数据不可用时触发。",
"explain" : "<脚本>\n定义函数 stalled()\n{\n 信息框(\"Triggered when the browser obtains media data, but the media data is not available\");\n}\n</脚本>\n<网页主体 多媒体数据不可用回调=\"stalled()\">\n"
},
{
"title" : "多媒体读取数据中止回调",
"title_en" : "onsuspend",
"id" : "16467958152770",
"usage" : "多媒体读取数据中止回调 事件在音视频当前的播放位置发送改变时触发。",
"explain" : "<脚本>\n定义函数 suspend()\n{\n 信息框(\"Triggered when the current playback position of audio and video is changed\");\n}\n</脚本>\n<网页主体 多媒体读取数据中止回调=\"suspend()\">\n"
},
{
"title" : "多媒体播放时间更新回调",
"title_en" : "ontimeupdate",
"id" : "16468063322271",
"usage" : "多媒体播放时间更新回调 事件在音视频的音量发生改变时触发。",
"explain" : "<脚本>\n定义函数 timeupdate()\n{\n 信息框(\"Triggered when the volume of audio and video changes\");\n}\n</脚本>\n<网页主体 多媒体播放时间更新回调=\"timeupdate()\">\n"
},
{
"title" : "多媒体缓冲下一帧回调",
"title_en" : "onwaiting",
"id" : "16468063947860",
"usage" : "多媒体缓冲下一帧回调 事件在视频由于要播放下一帧而需要缓冲时触发。",
"explain" : "<脚本>\n定义函数 waiting()\n{\n 信息框(\"Triggered when the video needs buffering to play the next frame\");\n}\n</脚本>\n<网页主体 多媒体缓冲下一帧回调=\"waiting()\">\n"
},
{
"title" : "多媒体音量变化回调",
"title_en" : "onvolumechange",
"id" : "16497294375708",
"usage" : "多媒体音量变化回调 事件在音视频的音量发生改变时触发。",
"explain" : "<脚本>\n定义函数 volumechange()\n{\n 信息框(\"Triggered when the volume of audio and video changes\");\n}\n</脚本>\n<网页主体 多媒体音量变化回调=\"volumechange()\">\n"
}
],
"AllHtmlCommands" :
[
{
"id" : "16377337058998",
"title" : "<!文档类型>",
"name" : "!文档类型|DOCTYPE|!wendangleixing|!wdlx|!wendangleixing|!wdlx",
"title_en" : "<!DOCTYPE>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "网页类型",
"title_en" : "html",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337057941",
"title" : "<网页>",
"name" : "网页|html|wangye|wy|wangye|wy",
"title_en" : "<html>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "缓存页面",
"title_en" : "manifest",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337055827",
"title" : "<网页标题>",
"name" : "网页标题|title|wangyebiaoti|wybt|wangyebiaoti|wybt",
"title_en" : "<title>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337053819",
"title" : "<网页主体>",
"name" : "网页主体|body|wangyezhuti|wyzt|wangyezhuti|wyzt",
"title_en" : "<body>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337051825",
"title" : "<区块>",
"name" : "区块|div|qukuai|qk|qukuai|qk",
"title_en" : "<div>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337054829",
"title" : "<标题1>",
"name" : "标题1|h1|biaoti1|bt1|biaoti1|bt1",
"title_en" : "<h1>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337053931",
"title" : "<标题2>",
"name" : "标题2|h2|biaoti2|bt2|biaoti2|bt2",
"title_en" : "<h2>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337056658",
"title" : "<标题3>",
"name" : "标题3|h3|biaoti3|bt3|biaoti3|bt3",
"title_en" : "<h3>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337058065",
"title" : "<标题4>",
"name" : "标题4|h4|biaoti4|bt4|biaoti4|bt4",
"title_en" : "<h4>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337051628",
"title" : "<标题5>",
"name" : "标题5|h5|biaoti5|bt5|biaoti5|bt5",
"title_en" : "<h5>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337064243",
"title" : "<标题6>",
"name" : "标题6|h6|biaoti6|bt6|biaoti6|bt6",
"title_en" : "<h6>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337062529",
"title" : "<段落>",
"name" : "段落|p|duanluo|dl|duanluo|dl",
"title_en" : "<p>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337064630",
"title" : "<换行>",
"name" : "换行|br|huanhang|hh|huanxing|hx",
"title_en" : "<br>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337069646",
"title" : "<分割线>",
"name" : "分割线|hr|fengexian|fgx|fengexian|fgx",
"title_en" : "<hr>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337067180",
"title" : "<行内元素>",
"name" : "行内元素|span|hangneiyuansu|hnys|xingneiyuansu|xnys",
"title_en" : "<span>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337063028",
"title" : "<头部内容>",
"name" : "头部内容|header|toubuneirong|tbnr|toubuneirong|tbnr",
"title_en" : "<header>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337073874",
"title" : "<底部内容>",
"name" : "底部内容|footer|dibuneirong|dbnr|dibuneirong|dbnr",
"title_en" : "<footer>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337071895",
"title" : "<区域内容>",
"name" : "区域内容|section|quyuneirong|qynr|quyuneirong|qynr",
"title_en" : "<section>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337079745",
"title" : "<文章>",
"name" : "文章|article|wenzhang|wz|wenzhang|wz",
"title_en" : "<article>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337074314",
"title" : "<附近内容>",
"name" : "附近内容|aside|fujinneirong|fjnr|fujinneirong|fjnr",
"title_en" : "<aside>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337077530",
"title" : "<详情>",
"name" : "详情|details|xiangqing|xq|xiangqing|xq",
"title_en" : "<details>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "打开",
"title_en" : "open",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337076628",
"title" : "<详情标题>",
"name" : "详情标题|summary|xiangqingbiaoti|xqbt|xiangqingbiaoti|xqbt",
"title_en" : "<summary>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337072880",
"title" : "<提示对话框>",
"name" : "提示对话框|dialog|tishiduihuakuang|tsdhk|tishiduihuakuang|tsdhk",
"title_en" : "<dialog>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "打开",
"title_en" : "open",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337088243",
"title" : "<缩写>",
"name" : "缩写|abbr|suoxie|sx|suoxie|sx",
"title_en" : "<abbr>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337089360",
"title" : "<作者信息>",
"name" : "作者信息|address|zuozhexinxi|zzxx|zuozhexinxi|zzxx",
"title_en" : "<address>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337087560",
"title" : "<粗体>",
"name" : "粗体|b|cuti|ct|cuti|ct",
"title_en" : "<b>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337087645",
"title" : "<隔离区域>",
"name" : "隔离区域|bdi|geliquyu|glqy|geliquyu|glqy",
"title_en" : "<bdi>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337082732",
"title" : "<文本方向>",
"name" : "文本方向|bdo|wenbenfangxiang|wbfx|wenbenfangxiang|wbfx",
"title_en" : "<bdo>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "设置方向",
"title_en" : "dir",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "从左到右",
"title_en" : "ltr"
},
{
"title" : "从右到左",
"title_en" : "rtl"
}
]
}
]
},
{
"id" : "16377337088495",
"title" : "<内容引用>",
"name" : "内容引用|blockquote|neirongyinyong|nryy|neirongyinyong|nryy",
"title_en" : "<blockquote>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "引用地址",
"title_en" : "cite",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337084263",
"title" : "<作品标题>",
"name" : "作品标题|cite|zuopinbiaoti|zpbt|zuopinbiaoti|zpbt",
"title_en" : "<cite>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337093636",
"title" : "<代码>",
"name" : "代码|code|daima|dm|daima|dm",
"title_en" : "<code>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337097901",
"title" : "<删除文本>",
"name" : "删除文本|del|shanchuwenben|scwb|shanchuwenben|scwb",
"title_en" : "<del>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "删除原因",
"title_en" : "city",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "删除时间",
"title_en" : "datetime",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337094712",
"title" : "<定义项目>",
"name" : "定义项目|dfn|dingyixiangmu|dyxm|dingyixiangmu|dyxm",
"title_en" : "<dfn>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337092433",
"title" : "<强调文本>",
"name" : "强调文本|em|qiangtiaowenben|qtwb|qiangdiaowenben|qdwb",
"title_en" : "<em>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337093160",
"title" : "<斜体文本>",
"name" : "斜体文本|i|xietiwenben|xtwb|xietiwenben|xtwb",
"title_en" : "<i>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337098188",
"title" : "<插入文本>",
"name" : "插入文本|ins|charuwenben|crwb|charuwenben|crwb",
"title_en" : "<ins>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "来源",
"title_en" : "city",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "时间",
"title_en" : "datetime",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337092076",
"title" : "<高亮显示>",
"name" : "高亮显示|mark|gaoliangxianshi|glxs|gaoliangxianshi|glxs",
"title_en" : "<mark>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337109579",
"title" : "<度量尺>",
"name" : "度量尺|meter|duliangchi|dlc|duliangchi|dlc",
"title_en" : "<meter>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "临界最高值",
"title_en" : "high",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "临界最低值",
"title_en" : "low",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "最大值",
"title_en" : "max",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "最小值",
"title_en" : "min",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "当前位置",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "最优值",
"title_en" : "optimum",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337103972",
"title" : "<源代码文本>",
"name" : "源代码文本|pre|yuandaimawenben|ydmwb|yuandaimawenben|ydmwb",
"title_en" : "<pre>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337104734",
"title" : "<进度条>",
"name" : "进度条|progress|jindutiao|jdt|jindutiao|jdt",
"title_en" : "<progress>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "最高值",
"title_en" : "max",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "当前值",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337109237",
"title" : "<短引用>",
"name" : "短引用|q|duanyinyong|dyy|duanyinyong|dyy",
"title_en" : "<q>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "来源",
"title_en" : "cite",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337116659",
"title" : "<删除线>",
"name" : "删除线|s|shanchuxian|scx|shanchuxian|scx",
"title_en" : "<s>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337118131",
"title" : "<样本文本>",
"name" : "样本文本|samp|yangbenwenben|ybwb|yangbenwenben|ybwb",
"title_en" : "<samp>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337119999",
"title" : "<旁注文本>",
"name" : "旁注文本|small|pangzhuwenben|pzwb|pangzhuwenben|pzwb",
"title_en" : "<small>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337115338",
"title" : "<重要文本>",
"name" : "重要文本|strong|chongyaowenben|cywb|zhongyaowenben|zywb",
"title_en" : "<strong>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337115125",
"title" : "<下标文本>",
"name" : "下标文本|sub|xiabiaowenben|xbwb|xiabiaowenben|xbwb",
"title_en" : "<sub>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337118840",
"title" : "<上标文本>",
"name" : "上标文本|sup|shangbiaowenben|sbwb|shangbiaowenben|sbwb",
"title_en" : "<sup>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337114098",
"title" : "<时间文本>",
"name" : "时间文本|time|shijianwenben|sjwb|shijianwenben|sjwb",
"title_en" : "<time>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "时间",
"title_en" : "datetime",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337113959",
"title" : "<下划线>",
"name" : "下划线|u|xiahuaxian|xhx|xiahuaxian|xhx",
"title_en" : "<u>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337113596",
"title" : "<可变值>",
"name" : "可变值|var|kebianzhi|kbz|kebianzhi|kbz",
"title_en" : "<var>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337114373",
"title" : "<高级换行>",
"name" : "高级换行|wbr|gaojihuanhang|gjhh|gaojihuanxing|gjhx",
"title_en" : "<wbr>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337123621",
"title" : "<表单>",
"name" : "表单|form|biaodan|bd|biaodan|bd",
"title_en" : "<form>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "字符编码",
"title_en" : "accept-charset",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "UTF8",
"title_en" : "UTF-8"
},
{
"title" : "拉丁字母表",
"title_en" : "ISO-8859-1"
},
{
"title" : "GBK",
"title_en" : "gbk"
}
]
},
{
"title" : "表单地址",
"title_en" : "action",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "自动填充",
"title_en" : "autocomplete",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "记住",
"title_en" : "on"
},
{
"title" : "不记住",
"title_en" : "off"
}
]
},
{
"title" : "传输编码",
"title_en" : "enctype",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "默认编码",
"title_en" : "application/x-www-form-urlencoded"
},
{
"title" : "文件传输编码",
"title_en" : "multipart/form-data"
},
{
"title" : "普通编码",
"title_en" : "text/plain"
}
]
},
{
"title" : "交互类型",
"title_en" : "method",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "get",
"title_en" : "get"
},
{
"title" : "post",
"title_en" : "post"
}
]
},
{
"title" : "表单名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "不验证",
"title_en" : "novalidate",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "打开方式",
"title_en" : "target",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "新窗口",
"title_en" : "_blank"
},
{
"title" : "本窗口",
"title_en" : "_self"
},
{
"title" : "父框架",
"title_en" : "_parent"
},
{
"title" : "整体窗口",
"title_en" : "_top"
}
]
}
]
},
{
"id" : "16377337137179",
"title" : "<数据框>",
"name" : "数据框|input|shujukuang|sjk|shujukuang|sjk",
"title_en" : "<input>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "文件类型",
"title_en" : "accept",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "声音文件",
"title_en" : "audio/*"
},
{
"title" : "视频文件",
"title_en" : "video/*"
},
{
"title" : "图像文件",
"title_en" : "image/*"
}
]
},
{
"title" : "错替文本",
"title_en" : "alt",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "自动填充",
"title_en" : "autocomplete",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "记住",
"title_en" : "on"
},
{
"title" : "不记住",
"title_en" : "off"
}
]
},
{
"title" : "获得焦点",
"title_en" : "autofocus",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认选中",
"title_en" : "checked",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "禁用数据框",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "重置表单地址",
"title_en" : "formaction",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "重置传输编码",
"title_en" : "formenctype",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "默认编码",
"title_en" : "application/x-www-form-urlencoded"
},
{
"title" : "文件传输编码",
"title_en" : "multipart/form-data"
},
{
"title" : "普通编码",
"title_en" : "text/plain"
}
]
},
{
"title" : "重置交互类型",
"title_en" : "formmethod",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "get",
"title_en" : "get"
},
{
"title" : "post",
"title_en" : "post"
}
]
},
{
"title" : "重置表单不验证",
"title_en" : "formnovalidate",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "重置打开方式",
"title_en" : "formtarget",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "新窗口",
"title_en" : "_blank"
},
{
"title" : "本窗口",
"title_en" : "_self"
},
{
"title" : "父框架",
"title_en" : "_parent"
},
{
"title" : "整体窗口",
"title_en" : "_top"
},
{
"title" : "指定框架",
"title_en" : "framename"
}
]
},
{
"title" : "图像类型高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "下拉列表",
"title_en" : "list",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "数据最大值",
"title_en" : "max",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "最大字符数",
"title_en" : "maxlength",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "数据最小值",
"title_en" : "min",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "多选文件",
"title_en" : "multiple",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认提示",
"title_en" : "placeholder",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "只读状态",
"title_en" : "readonly",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "必填状态",
"title_en" : "required",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "大小",
"title_en" : "size",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "图像地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "递增大小",
"title_en" : "step",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "数据类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "按钮类型",
"title_en" : "button"
},
{
"title" : "选择框",
"title_en" : "checkbox"
},
{
"title" : "颜色选择器",
"title_en" : "color"
},
{
"title" : "日期类型",
"title_en" : "date"
},
{
"title" : "精确日期类型",
"title_en" : "datetime"
},
{
"title" : "非时区日期类型",
"title_en" : "datetime-local"
},
{
"title" : "邮件输入",
"title_en" : "email"
},
{
"title" : "文件类型",
"title_en" : "file"
},
{
"title" : "隐藏数据框",
"title_en" : "hidden"
},
{
"title" : "图像类型",
"title_en" : "image"
},
{
"title" : "月期框",
"title_en" : "month"
},
{
"title" : "调节编辑框",
"title_en" : "number"
},
{
"title" : "密码输入",
"title_en" : "password"
},
{
"title" : "单选框",
"title_en" : "radio"
},
{
"title" : "精确范围",
"title_en" : "range"
},
{
"title" : "重置按钮",
"title_en" : "reset"
},
{
"title" : "搜索",
"title_en" : "search"
},
{
"title" : "提交表单",
"title_en" : "submit"
},
{
"title" : "电话输入",
"title_en" : "tel"
},
{
"title" : "文本输入",
"title_en" : "text"
},
{
"title" : "时间类型",
"title_en" : "time"
},
{
"title" : "链接框",
"title_en" : "url"
},
{
"title" : "周期框",
"title_en" : "week"
}
]
},
{
"title" : "数据值",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "图像宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337153278",
"title" : "<多行文本框>",
"name" : "多行文本框|textarea|duohangwenbenkuang|dhwbk|duoxingwenbenkuang|dxwbk",
"title_en" : "<textarea>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "获得焦点",
"title_en" : "autofocus",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "文本框宽度",
"title_en" : "cols",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "禁用文本框",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "最多字数",
"title_en" : "maxlength",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认提示",
"title_en" : "placeholder",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "只读状态",
"title_en" : "readonly",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "必填状态",
"title_en" : "required",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "文本框高度",
"title_en" : "rows",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "换行模式",
"title_en" : "wrap",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "有换行符",
"title_en" : "hard"
},
{
"title" : "无换行符",
"title_en" : "soft"
}
]
}
]
},
{
"id" : "16377337167338",
"title" : "<按钮>",
"name" : "按钮|button|anniu|an|anniu|an",
"title_en" : "<button>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "获得焦点",
"title_en" : "autofocus",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "禁用按钮",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "重置表单地址",
"title_en" : "formaction",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "重置传输编码",
"title_en" : "formenctype",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "默认编码",
"title_en" : "application/x-www-form-urlencoded"
},
{
"title" : "文件传输编码",
"title_en" : "multipart/form-data"
},
{
"title" : "普通编码",
"title_en" : "text/plain"
}
]
},
{
"title" : "重置交互类型",
"title_en" : "formmethod",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "get",
"title_en" : "get"
},
{
"title" : "post",
"title_en" : "post"
}
]
},
{
"title" : "重置表单不验证",
"title_en" : "formnovalidate",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "重置打开方式",
"title_en" : "formtarget",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "新窗口",
"title_en" : "_blank"
},
{
"title" : "本窗口",
"title_en" : "_self"
},
{
"title" : "父框架",
"title_en" : "_parent"
},
{
"title" : "整体窗口",
"title_en" : "_top"
},
{
"title" : "指定框架",
"title_en" : "framename"
}
]
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "按钮类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "提交表单",
"title_en" : "submit"
},
{
"title" : "普通按钮",
"title_en" : "button"
},
{
"title" : "重置按钮",
"title_en" : "reset"
}
]
},
{
"title" : "数据值",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337179214",
"title" : "<下拉列表>",
"name" : "下拉列表|select|xialaliebiao|xllb|xialaliebiao|xllb",
"title_en" : "<select>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "获得焦点",
"title_en" : "autofocus",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "禁用下拉框",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "多选选项",
"title_en" : "multiple",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "可见子选项数目",
"title_en" : "size",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337187581",
"title" : "<列表分组>",
"name" : "列表分组|optgroup|liebiaofenzu|lbfz|liebiaofenzu|lbfz",
"title_en" : "<optgroup>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "禁用分组框",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "分组描述",
"title_en" : "label",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337187990",
"title" : "<列表选项>",
"name" : "列表选项|option|liebiaoxuanxiang|lbxx|liebiaoxuanxiang|lbxx",
"title_en" : "<option>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "禁用选项",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "短描述",
"title_en" : "label",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认选中",
"title_en" : "selected",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "列表值",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337182676",
"title" : "<数据框标注>",
"name" : "数据框标注|label|shujukuangbiaozhu|sjkbz|shujukuangbiaozhu|sjkbz",
"title_en" : "<label>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "绑定元素",
"title_en" : "for",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337192650",
"title" : "<表单分组框>",
"name" : "表单分组框|fieldset|biaodanfenzukuang|bdfzk|biaodanfenzukuang|bdfzk",
"title_en" : "<fieldset>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "禁用分组框",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337191835",
"title" : "<表单分组框标题>",
"name" : "表单分组框标题|legend|biaodanfenzukuangbiaoti|bdfzkbt|biaodanfenzukuangbiaoti|bdfzkbt",
"title_en" : "<legend>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337196135",
"title" : "<数据框下拉列表>",
"name" : "数据框下拉列表|datalist|shujukuangxialaliebiao|sjkxllb|shujukuangxialaliebiao|sjkxllb",
"title_en" : "<datalist>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337203114",
"title" : "<计算结果>",
"name" : "计算结果|output|jisuanjieguo|jsjg|jisuanjieguo|jsjg",
"title_en" : "<output>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "绑定数据框",
"title_en" : "for",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337207146",
"title" : "<内联框架>",
"name" : "内联框架|iframe|neiliankuangjia|nlkj|neiliankuangjia|nlkj",
"title_en" : "<iframe>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "名字",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "限制条件",
"title_en" : "sandbox",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "允许普通来源",
"title_en" : "allow-same-origin"
},
{
"title" : "允许上下文导航",
"title_en" : "allow-top-navigation"
},
{
"title" : "允许表单提交",
"title_en" : "allow-forms"
},
{
"title" : "允许执行JS",
"title_en" : "allow-scripts"
}
]
},
{
"title" : "融合页面",
"title_en" : "seamless",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "内联地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "覆盖框架内容",
"title_en" : "srcdoc",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337215488",
"title" : "<图片框>",
"name" : "图片框|img|tupiankuang|tpk|tupiankuang|tpk",
"title_en" : "<img>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "加载方式",
"title_en" : "loading",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "延时加载",
"title_en" : "lazy"
},
{
"title" : "立即加载",
"title_en" : "eager"
}
]
},
{
"title" : "错替文本",
"title_en" : "alt",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "提交点击坐标",
"title_en" : "ismap",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "图像地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "可点击区域",
"title_en" : "usemap",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337222498",
"title" : "<图片映射>",
"name" : "图片映射|map|tupianyingshe|tpys|tupianyingshe|tpys",
"title_en" : "<map>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337226738",
"title" : "<映射区域>",
"name" : "映射区域|area|yingshequyu|ysqy|yingshequyu|ysqy",
"title_en" : "<area>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "错替文本",
"title_en" : "alt",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "可点击坐标",
"title_en" : "coords",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "跳转地址",
"title_en" : "href",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "链接语言",
"title_en" : "hreflang",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "设备类型",
"title_en" : "media",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "全部",
"title_en" : "all"
}
]
},
{
"title" : "文档关系",
"title_en" : "rel",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "替代页面版本",
"title_en" : "alternate"
},
{
"title" : "网页作者",
"title_en" : "author"
},
{
"title" : "书签网址",
"title_en" : "bookmark"
},
{
"title" : "帮助文档",
"title_en" : "help"
},
{
"title" : "版权信息",
"title_en" : "license"
},
{
"title" : "下一页面",
"title_en" : "next"
},
{
"title" : "拒绝爬虫",
"title_en" : "nofollow"
},
{
"title" : "禁用HTTP头部",
"title_en" : "noreferrer"
},
{
"title" : "缓存文件",
"title_en" : "prefetch"
},
{
"title" : "上一页面",
"title_en" : "prev"
},
{
"title" : "搜索",
"title_en" : "search"
},
{
"title" : "关键词",
"title_en" : "tag"
}
]
},
{
"title" : "区域形状",
"title_en" : "shape",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "全部区域",
"title_en" : "default"
},
{
"title" : "矩形",
"title_en" : "rect"
},
{
"title" : "圆形",
"title_en" : "circle"
},
{
"title" : "多边形",
"title_en" : "poly"
}
]
},
{
"title" : "打开方式",
"title_en" : "target",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "新窗口",
"title_en" : "_blank"
},
{
"title" : "本窗口",
"title_en" : "_self"
},
{
"title" : "父框架",
"title_en" : "_parent"
},
{
"title" : "整体窗口",
"title_en" : "_top"
}
]
},
{
"title" : "图像类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337233416",
"title" : "<画板>",
"name" : "画板|canvas|huaban|hb|huaban|hb",
"title_en" : "<canvas>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337234795",
"title" : "<独立流内容标题>",
"name" : "独立流内容标题|figcaption|duliliuneirongbiaoti|dllnrbt|duliliuneirongbiaoti|dllnrbt",
"title_en" : "<figcaption>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337233450",
"title" : "<独立流内容>",
"name" : "独立流内容|figure|duliliuneirong|dllnr|duliliuneirong|dllnr",
"title_en" : "<figure>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337233958",
"title" : "<音频播放>",
"name" : "音频播放|audio|yinpinbofang|ypbf|yinpinbofang|ypbf",
"title_en" : "<audio>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "自动播放",
"title_en" : "autoplay",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "显示控件",
"title_en" : "controls",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "循环播放",
"title_en" : "loop",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "设置静音",
"title_en" : "muted",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "加载方式",
"title_en" : "preload",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "打开页面立即加载",
"title_en" : "auto"
},
{
"title" : "预加载数据",
"title_en" : "meta"
},
{
"title" : "不加载",
"title_en" : "none"
}
]
},
{
"title" : "媒体地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337242099",
"title" : "<媒体资源>",
"name" : "媒体资源|source|meitiziyuan|mtzy|meitiziyuan|mtzy",
"title_en" : "<source>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "媒体地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "媒体类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "video_ogg",
"title_en" : "video/ogg"
},
{
"title" : "video_mp4",
"title_en" : "video/mp4"
},
{
"title" : "video_webm",
"title_en" : "video/webm"
},
{
"title" : "audio_ogg",
"title_en" : "audio/ogg"
},
{
"title" : "audio_mpeg",
"title_en" : "audio/mpeg"
}
]
},
{
"title" : "图像地址",
"title_en" : "srcset",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337247732",
"title" : "<字幕媒体>",
"name" : "字幕媒体|track|zimumeiti|zmmt|zimumeiti|zmmt",
"title_en" : "<track>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "默认轨道",
"title_en" : "default",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "轨道类型",
"title_en" : "kind",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "显示简短说明",
"title_en" : "captions"
},
{
"title" : "导航媒介资源",
"title_en" : "chapters"
},
{
"title" : "音频描述媒介",
"title_en" : "descriptions"
},
{
"title" : "轨道脚本数据",
"title_en" : "metadata"
},
{
"title" : "显示字幕",
"title_en" : "subtitles"
}
]
},
{
"title" : "字幕标题",
"title_en" : "label",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "字幕地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "字幕语言",
"title_en" : "srclang",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "英文",
"title_en" : "en"
},
{
"title" : "中文",
"title_en" : "zh-cn"
}
]
}
]
},
{
"id" : "16377337248929",
"title" : "<视频播放>",
"name" : "视频播放|video|shipinbofang|spbf|shipinbofang|spbf",
"title_en" : "<video>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "自动播放",
"title_en" : "autoplay",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "显示控件",
"title_en" : "controls",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "循环播放",
"title_en" : "loop",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "设置静音",
"title_en" : "muted",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认图像",
"title_en" : "poster",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "加载方式",
"title_en" : "preload",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "打开页面立即加载",
"title_en" : "auto"
},
{
"title" : "预加载数据",
"title_en" : "metadata"
},
{
"title" : "不加载",
"title_en" : "none"
}
]
},
{
"title" : "媒体地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337258230",
"title" : "<超链接>",
"name" : "超链接|a|chaolianjie|clj|chaolianjie|clj",
"title_en" : "<a>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "链接地址",
"title_en" : "href",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "链接语言",
"title_en" : "hreflang",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "中文",
"title_en" : "zh-cn"
},
{
"title" : "英文",
"title_en" : "en"
}
]
},
{
"title" : "设备类型",
"title_en" : "media",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "全部",
"title_en" : "all"
}
]
},
{
"title" : "文档关系",
"title_en" : "rel",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "网页版本",
"title_en" : "alternate"
},
{
"title" : "外部样式表",
"title_en" : "stylesheet"
},
{
"title" : "首页面",
"title_en" : "start"
},
{
"title" : "下一页面",
"title_en" : "next"
},
{
"title" : "上一页面",
"title_en" : "prev"
},
{
"title" : "网页目录",
"title_en" : "contents"
},
{
"title" : "网页索引",
"title_en" : "index"
},
{
"title" : "解释术语",
"title_en" : "glossary"
},
{
"title" : "版权信息",
"title_en" : "copyright"
},
{
"title" : "页面章",
"title_en" : "chapter"
},
{
"title" : "页面节",
"title_en" : "section"
},
{
"title" : "页面子段",
"title_en" : "subsection"
},
{
"title" : "页面附录",
"title_en" : "appendix"
},
{
"title" : "帮助文档",
"title_en" : "help"
},
{
"title" : "相关网页",
"title_en" : "bookmark"
},
{
"title" : "不被谷歌追踪",
"title_en" : "nofollow"
}
]
},
{
"title" : "打开方式",
"title_en" : "target",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "新窗口",
"title_en" : "_blank"
},
{
"title" : "本窗口",
"title_en" : "_self"
},
{
"title" : "父框架",
"title_en" : "_parent"
},
{
"title" : "整体窗口",
"title_en" : "_top"
}
]
},
{
"title" : "因特网标准",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "下载文件地址",
"title_en" : "download",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337265513",
"title" : "<加载样式库>",
"name" : "加载样式库|link|jiazaiyangshiku|jzysk|jiazaiyangshiku|jzysk",
"title_en" : "<link>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "链接地址",
"title_en" : "href",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "链接语言",
"title_en" : "hreflang",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "中文",
"title_en" : "zh-cn"
},
{
"title" : "英文",
"title_en" : "en"
}
]
},
{
"title" : "设备类型",
"title_en" : "media",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "全部",
"title_en" : "all"
}
]
},
{
"title" : "文档关系",
"title_en" : "rel",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "导入样式库",
"title_en" : "stylesheet"
},
{
"title" : "网页版本",
"title_en" : "alternate"
},
{
"title" : "网页作者",
"title_en" : "author"
},
{
"title" : "帮助文档",
"title_en" : "help"
},
{
"title" : "文档图标",
"title_en" : "icon"
},
{
"title" : "版权信息",
"title_en" : "license"
},
{
"title" : "下一文档",
"title_en" : "next"
},
{
"title" : "缓存文件",
"title_en" : "prefetch"
},
{
"title" : "上一文档",
"title_en" : "prev"
},
{
"title" : "搜索",
"title_en" : "search"
}
]
},
{
"title" : "因特网标准",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "定义样式",
"title_en" : "text/css"
}
]
}
]
},
{
"id" : "16377337276155",
"title" : "<唯一主体>",
"name" : "唯一主体|main|weiyizhuti|wyzt|weiyizhuti|wyzt",
"title_en" : "<main>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337273268",
"title" : "<超链接分组>",
"name" : "超链接分组|nav|chaolianjiefenzu|cljfz|chaolianjiefenzu|cljfz",
"title_en" : "<nav>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337272308",
"title" : "<无序列表>",
"name" : "无序列表|ul|wuxuliebiao|wxlb|wuxuliebiao|wxlb",
"title_en" : "<ul>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337279898",
"title" : "<有序列表>",
"name" : "有序列表|ol|youxuliebiao|yxlb|youxuliebiao|yxlb",
"title_en" : "<ol>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "倒序显示",
"title_en" : "reversed",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "序号起始值",
"title_en" : "start",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "序号类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "数字",
"title_en" : "1"
},
{
"title" : "小写字母",
"title_en" : "a"
},
{
"title" : "大写字母",
"title_en" : "A"
},
{
"title" : "罗马小写数字",
"title_en" : "i"
},
{
"title" : "罗马大写数字",
"title_en" : "I"
}
]
}
]
},
{
"id" : "16377337278887",
"title" : "<列表项>",
"name" : "列表项|li|liebiaoxiang|lbx|liebiaoxiang|lbx",
"title_en" : "<li>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "当前序号",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337275952",
"title" : "<描述列表>",
"name" : "描述列表|dl|miaoshuliebiao|mslb|miaoshuliebiao|mslb",
"title_en" : "<dl>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337286344",
"title" : "<描述列表标题>",
"name" : "描述列表标题|dt|miaoshuliebiaobiaoti|mslbbt|miaoshuliebiaobiaoti|mslbbt",
"title_en" : "<dt>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337281977",
"title" : "<描述列表项>",
"name" : "描述列表项|dd|miaoshuliebiaoxiang|mslbx|miaoshuliebiaoxiang|mslbx",
"title_en" : "<dd>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337288296",
"title" : "<菜单列表>",
"name" : "菜单列表|menu|caidanliebiao|cdlb|caidanliebiao|cdlb",
"title_en" : "<menu>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "菜单项描述",
"title_en" : "label",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "菜单类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "列表菜单",
"title_en" : "list"
},
{
"title" : "上下文菜单",
"title_en" : "context"
},
{
"title" : "工具栏菜单",
"title_en" : "toolbar"
}
]
}
]
},
{
"id" : "16377337284380",
"title" : "<表格>",
"name" : "表格|table|biaoge|bg|biaoge|bg",
"title_en" : "<table>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "边框线",
"title_en" : "border",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "显示边框线",
"title_en" : "1"
}
]
},
{
"title" : "单元格内容间距",
"title_en" : "cellpadding",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "单元格间距",
"title_en" : "cellspacing",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337283651",
"title" : "<表格标题>",
"name" : "表格标题|caption|biaogebiaoti|bgbt|biaogebiaoti|bgbt",
"title_en" : "<caption>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337286039",
"title" : "<表格头>",
"name" : "表格头|th|biaogetou|bgt|biaogetou|bgt",
"title_en" : "<th>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "合并列数",
"title_en" : "colspan",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "关联表格头",
"title_en" : "headers",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "合并行数",
"title_en" : "rowspan",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "表格头类型",
"title_en" : "scope",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "列表头",
"title_en" : "col"
},
{
"title" : "行表头",
"title_en" : "row"
},
{
"title" : "列组表头",
"title_en" : "colgroup"
},
{
"title" : "行组表头",
"title_en" : "rowgroup"
}
]
}
]
},
{
"id" : "16377337292919",
"title" : "<表格行>",
"name" : "表格行|tr|biaogehang|bgh|biaogexing|bgx",
"title_en" : "<tr>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337296657",
"title" : "<表格内容>",
"name" : "表格内容|td|biaogeneirong|bgnr|biaogeneirong|bgnr",
"title_en" : "<td>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "合并列数",
"title_en" : "colspan",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "关联表格头",
"title_en" : "headers",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "合并行数",
"title_en" : "rowspan",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337291391",
"title" : "<表格头组>",
"name" : "表格头组|thead|biaogetouzu|bgtz|biaogetouzu|bgtz",
"title_en" : "<thead>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337292130",
"title" : "<表格内容组>",
"name" : "表格内容组|tbody|biaogeneirongzu|bgnrz|biaogeneirongzu|bgnrz",
"title_en" : "<tbody>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337296176",
"title" : "<表格尾组>",
"name" : "表格尾组|tfoot|biaogeweizu|bgwz|biaogeweizu|bgwz",
"title_en" : "<tfoot>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337298967",
"title" : "<表格格式列组值>",
"name" : "表格格式列组值|col|biaogegeshiliezuzhi|bggslzz|biaogegeshiliezuzhi|bggslzz",
"title_en" : "<col>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "渲染列数",
"title_en" : "span",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337295437",
"title" : "<表格格式列组>",
"name" : "表格格式列组|colgroup|biaogegeshiliezu|bggslz|biaogegeshiliezu|bggslz",
"title_en" : "<colgroup>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "操作列数",
"title_en" : "span",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337306467",
"title" : "<脚本失败提示>",
"name" : "脚本失败提示|noscript|jiaobenshibaitishi|jbsbts|jiaobenshibaitishi|jbsbts",
"title_en" : "<noscript>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16377337304893",
"title" : "<嵌入容器>",
"name" : "嵌入容器|embed|qianrurongqi|qrrq|qianrurongqi|qrrq",
"title_en" : "<embed>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "内容地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "因特尔标准",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "网页标准",
"title_en" : "text/html"
},
{
"title" : "图像标准JPG",
"title_en" : "image/jpg"
},
{
"title" : "视频标准webm",
"title_en" : "video/webm"
}
]
}
]
},
{
"id" : "16377337318845",
"title" : "<嵌入对象>",
"name" : "嵌入对象|object|qianruduixiang|qrdx|qianruduixiang|qrdx",
"title_en" : "<object>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "对象数据",
"title_en" : "data",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "所属表单",
"title_en" : "form",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "高度",
"title_en" : "height",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "因特尔标准",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "PDF标准",
"title_en" : "application/pdf"
}
]
},
{
"title" : "可点击区域",
"title_en" : "usemap",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16377337311126",
"title" : "<对象参数>",
"name" : "对象参数|param|duixiangcanshu|dxcs|duixiangcanshu|dxcs",
"title_en" : "<param>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "属性名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "参数值",
"title_en" : "value",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16391073244644",
"title" : "<网页头部>",
"name" : "网页头部|head|wangyetoubu|wytb|wangyetoubu|wytb",
"title_en" : "<head>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16391074057141",
"title" : "<网页信息>",
"name" : "网页信息|meta|wangyexinxi|wyxx|wangyexinxi|wyxx",
"title_en" : "<meta>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "关联HTTP",
"title_en" : "http-equiv",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "预定义样式表",
"title_en" : "default-style"
},
{
"title" : "独立页面",
"title_en" : "Window-target"
},
{
"title" : "清除缓存",
"title_en" : "cache-control"
},
{
"title" : "兼容模式",
"title_en" : "X-UA-Compatible"
},
{
"title" : "Cookie信息",
"title_en" : "Set-Cookie"
},
{
"title" : "页面编码",
"title_en" : "content-type"
},
{
"title" : "自动刷新",
"title_en" : "refresh"
},
{
"title" : "过期时间",
"title_en" : "Expires"
},
{
"title" : "禁止缓存",
"title_en" : "Pragma"
}
]
},
{
"title" : "文档编码",
"title_en" : "charset",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "UTF8",
"title_en" : "UTF-8"
},
{
"title" : "GBK",
"title_en" : "GBK"
}
]
},
{
"title" : "关联数据",
"title_en" : "content",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "编码UTF8",
"title_en" : "text/html; charset=UTF-8"
},
{
"title" : "编码GBK",
"title_en" : "text/html; charset=GBK"
},
{
"title" : "初始缩放值",
"title_en" : "initial-scale"
},
{
"title" : "最大缩放值",
"title_en" : "maximum-scale"
},
{
"title" : "最小缩放值",
"title_en" : "minimum-scale"
},
{
"title" : "用户缩放状态",
"title_en" : "user-scalable"
},
{
"title" : "填充视图宽度",
"title_en" : "device-width"
},
{
"title" : "禁用Cache",
"title_en" : "no-cache"
},
{
"title" : "最高IE版本",
"title_en" : "ie=edge"
},
{
"title" : "IE7引擎渲染",
"title_en" : "ie=7"
},
{
"title" : "IE8引擎渲染",
"title_en" : "ie=8"
},
{
"title" : "视图高度",
"title_en" : "height"
},
{
"title" : "视图宽度",
"title_en" : "width"
},
{
"title" : "真",
"title_en" : "yes"
},
{
"title" : "假",
"title_en" : "no"
}
]
},
{
"title" : "名称",
"title_en" : "name",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "Web程序名称",
"title_en" : "application-name"
},
{
"title" : "页面描述",
"title_en" : "description"
},
{
"title" : "页面关键词",
"title_en" : "keywords"
},
{
"title" : "文档软件包",
"title_en" : "generator"
},
{
"title" : "页面视图",
"title_en" : "viewport"
},
{
"title" : "文档作者",
"title_en" : "author"
}
]
}
]
},
{
"id" : "16391163865156",
"title" : "<默认目标>",
"name" : "默认目标|base|morenmubiao|mrmb|morenmubiao|mrmb",
"title_en" : "<base>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "默认地址",
"title_en" : "href",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认跳转方式",
"title_en" : "target",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "新窗口",
"title_en" : "_blank"
},
{
"title" : "本窗口",
"title_en" : "_self"
},
{
"title" : "父框架",
"title_en" : "_parent"
},
{
"title" : "整体窗口",
"title_en" : "_top"
},
{
"title" : "指定框架",
"title_en" : "framename"
}
]
}
]
},
{
"id" : "16392325172774",
"title" : "<高级图片框>",
"name" : "高级图片框|picture|gaojitupiankuang|gjtpk|gaojitupiankuang|gjtpk",
"title_en" : "<picture>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16393223133961",
"title" : "<命令调用>",
"name" : "命令调用|command|minglingtiaoyong|mlty|minglingdiaoyong|mldy",
"title_en" : "<command>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "默认选中",
"title_en" : "checked",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "禁用标签",
"title_en" : "disabled",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "图标地址",
"title_en" : "icon",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "默认内容",
"title_en" : "label",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "单选框组",
"title_en" : "radiogroup",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "显示类型",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "命令调用",
"title_en" : "command"
},
{
"title" : "单选框",
"title_en" : "radio"
},
{
"title" : "复选框",
"title_en" : "checkbox"
}
]
}
]
},
{
"id" : "16394742136768",
"title" : "<菜单项目>",
"name" : "菜单项目|menuitem|caidanxiangmu|cdxm|caidanxiangmu|cdxm",
"title_en" : "<menuitem>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16660253257789",
"title" : "<矢量标签>",
"name" : "矢量标签|svg|shiliangbiaoqian|slbq|shiliangbiaoqian|slbq",
"title_en" : "<svg>",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"id" : "16660255226335",
"title" : "<多边形>",
"name" : "多边形|polygon|duobianxing|dbx|duobianxing|dbx",
"title_en" : "<polygon>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "多点坐标",
"title_en" : "points",
"T_libraryID" : "16377337041892",
"children" : []
}
]
},
{
"id" : "16677052902234",
"title" : "<区块>",
"name" : "区块|view|qukuai|qk|qukuai|qk",
"title_en" : "<view>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "点击效果",
"title_en" : "hover-class",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "效果触发时间",
"title_en" : "hover-start-time",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "效果保留时间",
"title_en" : "hover-stay-time",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677243544793",
"title" : "<图标框>",
"name" : "图标框|icon|tubiaokuang|tbk|tubiaokuang|tbk",
"title_en" : "<icon>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "成功图标",
"title_en" : "success"
},
{
"title" : "成功图标2",
"title_en" : "success_no_circle"
},
{
"title" : "信息",
"title_en" : "info"
},
{
"title" : "警告图标",
"title_en" : "warn"
},
{
"title" : "时间图标",
"title_en" : "waiting"
},
{
"title" : "错误图标",
"title_en" : "cancel"
},
{
"title" : "下载图标",
"title_en" : "download"
},
{
"title" : "搜索图标",
"title_en" : "search"
},
{
"title" : "关闭图标",
"title_en" : "clear"
}
]
},
{
"title" : "大小",
"title_en" : "size",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677279012688",
"title" : "<文本框>",
"name" : "文本框|text|wenbenkuang|wbk|wenbenkuang|wbk",
"title_en" : "<text>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "文本可选",
"title_en" : "selectable",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "文本可选2",
"title_en" : "user-select",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "是否支持空格",
"title_en" : "space",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "支持",
"title_en" : "ensp"
}
]
}
]
},
{
"id" : "16677307912517",
"title" : "<滚动容器>",
"name" : "滚动容器|scroll-view|gundongrongqi|gdrq|gundongrongqi|gdrq",
"title_en" : "<scroll-view>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "允许横向滚动",
"title_en" : "scroll-x",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "允许纵向滚动",
"title_en" : "scroll-y",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "顶部触发事件距离",
"title_en" : "upper-threshold",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "尾部触发事件距离",
"title_en" : "lower-threshold",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "竖向滚动条位置",
"title_en" : "scroll-top",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "横向滚动条位置",
"title_en" : "scroll-left",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "滚动到指定元素",
"title_en" : "scroll-into-view",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "动画过渡",
"title_en" : "scroll-with-animation",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "双击回到顶部",
"title_en" : "enable-back-to-top",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示滚动条",
"title_en" : "show-scrollbar",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677326616493",
"title" : "<滑块容器>",
"name" : "滑块容器|swiper|huakuairongqi|hkrq|huakuairongqi|hkrq",
"title_en" : "<swiper>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "显示指示点",
"title_en" : "indicator-dots",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "指示点颜色",
"title_en" : "indicator-color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "选中指示点颜色",
"title_en" : "indicator-active-color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用自动切换",
"title_en" : "autoplay",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "当前位置",
"title_en" : "current",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "自动切换时长",
"title_en" : "interval",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "滑动动画时长",
"title_en" : "duration",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用衔接动画",
"title_en" : "circular",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用纵向",
"title_en" : "vertical",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "前边距",
"title_en" : "previous-margin",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "后边距",
"title_en" : "next-margin",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁止用户触摸切换滑块",
"title_en" : "disable-touch",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677344844220",
"title" : "<滑块子项>",
"name" : "滑块子项|swiper-item|huakuaizixiang|hkzx|huakuaizixiang|hkzx",
"title_en" : "<swiper-item>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16677347413252",
"title" : "<图片框>",
"name" : "图片框|image|tupiankuang|tpk|tupiankuang|tpk",
"title_en" : "<image>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "图像地址",
"title_en" : "src",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "缩放模式",
"title_en" : "mode",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "缩放图像",
"title_en" : "aspectFit"
},
{
"title" : "拉升图像",
"title_en" : "scaleToFill"
},
{
"title" : "短边缩放",
"title_en" : "aspectFill"
},
{
"title" : "高度缩放",
"title_en" : "widthFix"
},
{
"title" : "宽度缩放",
"title_en" : "heightFix"
},
{
"title" : "顶部显示",
"title_en" : "top"
},
{
"title" : "底部显示",
"title_en" : "bottom"
},
{
"title" : "中间显示",
"title_en" : "center"
},
{
"title" : "左边显示",
"title_en" : "left"
},
{
"title" : "右边显示",
"title_en" : "right"
}
]
},
{
"title" : "启用懒加载",
"title_en" : "lazy-load",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "长按显示微信菜单",
"title_en" : "show-menu-by-longpress",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用拖放",
"title_en" : "draggable",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677380954554",
"title" : "<视频播放>",
"name" : "视频播放|video|shipinbofang|spbf|shipinbofang|spbf",
"title_en" : "<video>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "播放地址",
"title_en" : "src",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用自动播放",
"title_en" : "autoplay",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用静音播放",
"title_en" : "muted",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用循环播放",
"title_en" : "loop",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "初始播放位置",
"title_en" : "initial-time",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "视频时长",
"title_en" : "duration",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "是否显示默认控件",
"title_en" : "controls",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "展示弹幕",
"title_en" : "enable-danmu",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "弹幕开关按钮",
"title_en" : "danmu-btn",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "弹幕列表",
"title_en" : "danmu-list",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "非全屏调节手势",
"title_en" : "page-gesture",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示全屏按钮",
"title_en" : "show-fullscreen-btn",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示底部控制栏播放按钮",
"title_en" : "show-play-btn",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示视频中间播放按钮",
"title_en" : "show-center-play-btn",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示控制进度手势",
"title_en" : "enable-progress-gesture",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "视频显示模式",
"title_en" : "object-fit",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "包含",
"title_en" : "contain"
},
{
"title" : "填充",
"title_en" : "fill"
},
{
"title" : "覆盖",
"title_en" : "cover"
}
]
},
{
"title" : "封面图片",
"title_en" : "poster",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677412439462",
"title" : "<按钮>",
"name" : "按钮|button|anniu|an|anniu|an",
"title_en" : "<button>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "按钮样式",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "默认",
"title_en" : "primary"
},
{
"title" : "白色",
"title_en" : "default"
},
{
"title" : "红色",
"title_en" : "warn"
}
]
},
{
"title" : "大小",
"title_en" : "size",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "默认大小",
"title_en" : "default"
},
{
"title" : "迷你大小",
"title_en" : "mini"
}
]
},
{
"title" : "开启缕空",
"title_en" : "plain",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用按钮",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用加载动画",
"title_en" : "loading",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "触发表单",
"title_en" : "form-type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "提交表单",
"title_en" : "submit"
},
{
"title" : "重置表单",
"title_en" : "reset"
}
]
},
{
"title" : "开放能力",
"title_en" : "open-type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "获取用户信息",
"title_en" : "getUserInfo"
},
{
"title" : "打开APP",
"title_en" : "launchApp"
},
{
"title" : "获取用户手机号",
"title_en" : "getPhoneNumber"
},
{
"title" : "获取用户头像",
"title_en" : "chooseAvatar"
}
]
},
{
"title" : "传递APP参数",
"title_en" : "app-parameter",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "点击效果",
"title_en" : "hover-class",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "效果触发时间",
"title_en" : "hover-start-time",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "效果保留时间",
"title_en" : "hover-stay-time",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16677887978487",
"title" : "<超链接>",
"name" : "超链接|navigator|chaolianjie|clj|chaolianjie|clj",
"title_en" : "<navigator>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "链接地址",
"title_en" : "url",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "点击效果",
"title_en" : "hover-class",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "效果触发时间",
"title_en" : "hover-start-time",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "效果保留时间",
"title_en" : "hover-stay-time",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "跳转方式",
"title_en" : "open-type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "打开并保留当前页",
"title_en" : "navigate"
},
{
"title" : "打开并关闭当前页",
"title_en" : "redirect"
},
{
"title" : "回退页面",
"title_en" : "navigateBack"
},
{
"title" : "跳转导航页面",
"title_en" : "switchTab"
}
]
},
{
"title" : "回退层级",
"title_en" : "delta",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678339703909",
"title" : "<适配容器>",
"name" : "适配容器|match-media|shipeirongqi|sprq|shipeirongqi|sprq",
"title_en" : "<match-media>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "页面最小宽度",
"title_en" : "min-width",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "页面最大宽度",
"title_en" : "max-width",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "页面最小高度",
"title_en" : "min-height",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "页面最大高度",
"title_en" : "max-height",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "屏幕方向",
"title_en" : "orientation",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "横向",
"title_en" : "landscape"
},
{
"title" : "纵向",
"title_en" : "portrait"
}
]
}
]
},
{
"id" : "16678736102755",
"title" : "<可拖动范围>",
"name" : "可拖动范围|movable-area|ketuodongfanwei|ktdfw|ketuodongfanwei|ktdfw",
"title_en" : "<movable-area>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "支持双指缩放",
"title_en" : "scale-area",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678740591533",
"title" : "<可拖动容器>",
"name" : "可拖动容器|movable-view|ketuodongrongqi|ktdrq|ketuodongrongqi|ktdrq",
"title_en" : "<movable-view>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "可拖动方向",
"title_en" : "direction",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "所有",
"title_en" : "all"
},
{
"title" : "垂直",
"title_en" : "vertical"
},
{
"title" : "水平",
"title_en" : "horizontal"
},
{
"title" : "禁止移动",
"title_en" : "none"
}
]
},
{
"title" : "启用惯性拖动",
"title_en" : "inertia",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "超过边界可拖动",
"title_en" : "out-of-bounds",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "X坐标",
"title_en" : "x",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "Y坐标",
"title_en" : "y",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "阻尼系数",
"title_en" : "damping",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "摩擦系数",
"title_en" : "friction",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最小缩放倍数",
"title_en" : "scale-min",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最大缩放倍数",
"title_en" : "scale-max",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "缩放倍数",
"title_en" : "scale-value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "是否启用动画",
"title_en" : "animation",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用双指缩放",
"title_en" : "scale",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678753938121",
"title" : "<覆盖原生组件>",
"name" : "覆盖原生组件|cover-view|fugaiyuanshengzujian|fgyszj|fugaiyuanshengzujian|fgyszj",
"title_en" : "<cover-view>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16678756695798",
"title" : "<进度条>",
"name" : "进度条|progress|jindutiao|jdt|jindutiao|jdt",
"title_en" : "<progress>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "当前进度",
"title_en" : "percent",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "启用右侧显示百分比",
"title_en" : "show-info",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "圆角大小",
"title_en" : "border-radius",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "字体大小",
"title_en" : "font-size",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "线条宽度",
"title_en" : "stroke-width",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "已选择颜色",
"title_en" : "activeColor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "未选择颜色",
"title_en" : "backgroundColor",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678867124803",
"title" : "<选择框>",
"name" : "选择框|checkbox|xuanzekuang|xzk|xuanzekuang|xzk",
"title_en" : "<checkbox>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "选中状态",
"title_en" : "checked",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678898612262",
"title" : "<多项选择框>",
"name" : "多项选择框|checkbox-group|duoxiangxuanzekuang|dxxzk|duoxiangxuanzekuang|dxxzk",
"title_en" : "<checkbox-group>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16678908553789",
"title" : "<表单>",
"name" : "表单|form|biaodan|bd|biaodan|bd",
"title_en" : "<form>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16678920256821",
"title" : "<输入框>",
"name" : "输入框|input|shurukuang|srk|shurukuang|srk",
"title_en" : "<input>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "输入类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "文本输入",
"title_en" : "text"
},
{
"title" : "数字输入",
"title_en" : "number"
},
{
"title" : "身份证输入",
"title_en" : "idcard"
},
{
"title" : "小数输入",
"title_en" : "digit"
},
{
"title" : "电话输入",
"title_en" : "tel"
},
{
"title" : "密码安全输入",
"title_en" : "safe-password"
},
{
"title" : "昵称输入",
"title_en" : "nickname"
}
]
},
{
"title" : "启用密码输入",
"title_en" : "password",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示",
"title_en" : "placeholder",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示样式",
"title_en" : "placeholder-class",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最大输入长度",
"title_en" : "maxlength",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标与键盘距离",
"title_en" : "cursor-spacing",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "获得焦点",
"title_en" : "focus",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "键盘右下角按钮名称",
"title_en" : "confirm-type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "发送",
"title_en" : "send"
},
{
"title" : "搜索",
"title_en" : "search"
},
{
"title" : "下一个",
"title_en" : "next"
},
{
"title" : "前往",
"title_en" : "go"
},
{
"title" : "完成",
"title_en" : "done"
}
]
},
{
"title" : "点击按钮后键盘不收起",
"title_en" : "confirm-hold",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标位置",
"title_en" : "cursor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标起始位置",
"title_en" : "selection-start",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标结束位置",
"title_en" : "selection-end",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "键盘上推页面",
"title_en" : "adjust-position",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "安全键盘密码长度",
"title_en" : "safe-password-length",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678953401056",
"title" : "<基础标签>",
"name" : "基础标签|label|jichubiaoqian|jcbq|jichubiaoqian|jcbq",
"title_en" : "<label>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16678954782760",
"title" : "<滚动选择器>",
"name" : "滚动选择器|picker|gundongxuanzeqi|gdxzq|gundongxuanzeqi|gdxzq",
"title_en" : "<picker>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "选择器类型",
"title_en" : "mode",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "普通选择器",
"title_en" : "selector"
},
{
"title" : "多列选择器",
"title_en" : "multiSelector"
}
]
},
{
"title" : "索引值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "子项数据",
"title_en" : "range",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678981650000",
"title" : "<单选框>",
"name" : "单选框|radio|danxuankuang|dxk|danxuankuang|dxk",
"title_en" : "<radio>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "选中状态",
"title_en" : "checked",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16678981652905",
"title" : "<单选框分组>",
"name" : "单选框分组|radio-group|danxuankuangfenzu|dxkfz|danxuankuangfenzu|dxkfz",
"title_en" : "<radio-group>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16678993059192",
"title" : "<滑块条>",
"name" : "滑块条|slider|huakuaitiao|hkt|huakuaitiao|hkt",
"title_en" : "<slider>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "最大值",
"title_en" : "max",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最小值",
"title_en" : "min",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "步进值",
"title_en" : "step",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "已滑动颜色",
"title_en" : "activeColor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "未滑动颜色",
"title_en" : "backgroundColor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "滑块大小",
"title_en" : "block-size",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "滑块按钮颜色",
"title_en" : "block-color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示当前值",
"title_en" : "show-value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16679001447015",
"title" : "<开关>",
"name" : "开关|switch|kaiguan|kg|kaiguan|kg",
"title_en" : "<switch>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "选中状态",
"title_en" : "checked",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "开关类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "默认",
"title_en" : "switch"
},
{
"title" : "选择框",
"title_en" : "checkbox"
}
]
},
{
"title" : "颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16679044156604",
"title" : "<多行输入框>",
"name" : "多行输入框|textarea|duohangshurukuang|dhsrk|duoxingshurukuang|dxsrk",
"title_en" : "<textarea>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示",
"title_en" : "placeholder",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示样式",
"title_en" : "placeholder-class",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最大输入长度",
"title_en" : "maxlength",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标与键盘距离",
"title_en" : "cursor-spacing",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "获得焦点",
"title_en" : "focus",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "键盘右下角按钮名称",
"title_en" : "confirm-type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "发送",
"title_en" : "send"
},
{
"title" : "搜索",
"title_en" : "search"
},
{
"title" : "下一个",
"title_en" : "next"
},
{
"title" : "前往",
"title_en" : "go"
},
{
"title" : "完成",
"title_en" : "done"
}
]
},
{
"title" : "点击按钮后键盘不收起",
"title_en" : "confirm-hold",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标位置",
"title_en" : "cursor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标起始位置",
"title_en" : "selection-start",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "光标结束位置",
"title_en" : "selection-end",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "键盘上推页面",
"title_en" : "adjust-position",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16681675767854",
"title" : "<页面>",
"name" : "页面|template|yemian|ym|yemian|ym",
"title_en" : "<template>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16377337302513",
"title" : "<脚本>",
"name" : "脚本|script|jiaoben|jb|jiaoben|jb",
"title_en" : "<script>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16682430303951",
"title" : "<画板>",
"name" : "画板|canvas|huaban|hb|huaban|hb",
"title_en" : "<canvas>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "唯一ID",
"title_en" : "canvas-id",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16715375173519",
"title" : "<样式>",
"name" : "样式|style|yangshi|ys|yangshi|ys",
"title_en" : "<style>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16715376854200",
"title" : "<样式>",
"name" : "样式|style|yangshi|ys|yangshi|ys",
"title_en" : "<style>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "媒体类型",
"title_en" : "media",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "因特网标准",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "CSS标准",
"title_en" : "text/css"
}
]
}
]
},
{
"id" : "16715377645363",
"title" : "<脚本>",
"name" : "脚本|script|jiaoben|jb|jiaoben|jb",
"title_en" : "<script>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "脚本文件",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "异步执行",
"title_en" : "async",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "文档编码",
"title_en" : "charset",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "UTF8",
"title_en" : "UTF-8"
}
]
},
{
"title" : "解析完成执行",
"title_en" : "defer",
"T_libraryID" : "16377337041892",
"children" : []
},
{
"title" : "因特网标准",
"title_en" : "type",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "网页标准",
"title_en" : "html"
}
]
}
]
},
{
"id" : "16785376372983",
"title" : "<角标>",
"name" : "角标|uni-badge|jiaobiao|jb|jiaobiao|jb",
"title_en" : "<uni-badge>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "角标内容",
"title_en" : "text",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "颜色类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "灰色",
"title_en" : "default"
},
{
"title" : "蓝色",
"title_en" : "primary"
},
{
"title" : "绿色",
"title_en" : "success"
},
{
"title" : "黄色",
"title_en" : "warning"
},
{
"title" : "红色",
"title_en" : "error"
}
]
},
{
"title" : "角标大小",
"title_en" : "size",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "普通状态",
"title_en" : "normal"
},
{
"title" : "迷你状态",
"title_en" : "small"
}
]
},
{
"title" : "只显示圆点",
"title_en" : "is-dot",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最大数字",
"title_en" : "max-num",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "绝对定位模式",
"title_en" : "absolute",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "右上角",
"title_en" : "rightTop"
},
{
"title" : "右下角",
"title_en" : "rightBottom"
},
{
"title" : "左下角",
"title_en" : "leftBottom"
},
{
"title" : "左上角",
"title_en" : "leftTop"
}
]
}
]
},
{
"id" : "16785469187849",
"title" : "<日历选择器>",
"name" : "日历选择器|uni-calendar|rilixuanzeqi|rlxzq|rilixuanzeqi|rlxzq",
"title_en" : "<uni-calendar>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "设置",
"title_en" : "ref",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "日历选择器模式",
"title_en" : "calendar"
}
]
},
{
"title" : "弹窗模式",
"title_en" : "insert",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "假",
"title_en" : "false"
},
{
"title" : "真",
"title_en" : "true"
}
]
},
{
"title" : "显示农历",
"title_en" : "lunar",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示月份背景",
"title_en" : "showMonth",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认选择日期",
"title_en" : "date",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16785505121441",
"title" : "<折叠面板>",
"name" : "折叠面板|uni-collapse|zhediemianban|zdmb|zhediemianban|zdmb",
"title_en" : "<uni-collapse>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "独立展开模式",
"title_en" : "accordion",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16785508088928",
"title" : "<折叠面板子项>",
"name" : "折叠面板子项|uni-collapse-item|zhediemianbanzixiang|zdmbzx|zhediemianbanzixiang|zdmbzx",
"title_en" : "<uni-collapse-item>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "面板标题",
"title_en" : "title",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "标识",
"title_en" : "name",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "展开面板",
"title_en" : "open",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "是否禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "假",
"title_en" : "false"
},
{
"title" : "真",
"title_en" : "true"
}
]
},
{
"title" : "动画开启状态",
"title_en" : "show-animation",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "内容分割线",
"title_en" : "title-border",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "分割线自动显示",
"title_en" : "auto"
},
{
"title" : "不显示分割线",
"title_en" : "none"
},
{
"title" : "一直显示分割线",
"title_en" : "show"
}
]
},
{
"title" : "左侧缩略图",
"title_en" : "thumb",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16785534337280",
"title" : "<组合框>",
"name" : "组合框|uni-combox|zuhekuang|zhk|zuhekuang|zhk",
"title_en" : "<uni-combox>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "组合框标题",
"title_en" : "label",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "组合框子项",
"title_en" : "candidates",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示",
"title_en" : "placeholder",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "未匹配提示",
"title_en" : "emptyTips",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16785549507803",
"title" : "<下拉菜单>",
"name" : "下拉菜单|uni-data-select|xialacaidan|xlcd|xialacaidan|xlcd",
"title_en" : "<uni-data-select>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "已选择数据值",
"title_en" : "v-model",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "标题",
"title_en" : "label",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示文本",
"title_en" : "placeholder",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "下拉数据",
"title_en" : "localdata",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820784822517",
"title" : "<卡片分组器>",
"name" : "卡片分组器|uni-group|kapianfenzuqi|kpfzq|kapianfenzuqi|kpfzq",
"title_en" : "<uni-group>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "分组类型",
"title_en" : "mode",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "卡片模式",
"title_en" : "card"
}
]
},
{
"title" : "分组标题",
"title_en" : "title",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820784822518",
"title" : "<索引选择器>",
"name" : "索引选择器|uni-indexed-list|suoyinxuanzeqi|syxzq|suoyinxuanzeqi|syxzq",
"title_en" : "<uni-indexed-list>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "数据列表",
"title_en" : "options",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "展示模式",
"title_en" : "show-select",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820821527076",
"title" : "<高级编辑框>",
"name" : "高级编辑框|uni-easyinput|gaojibianjikuang|gjbjk|gaojibianjikuang|gjbjk",
"title_en" : "<uni-easyinput>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "自动去除空格",
"title_en" : "trim",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "全部",
"title_en" : "all"
}
]
},
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "提示内容",
"title_en" : "placeholder",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "禁用",
"title_en" : "disabled",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "获得焦点",
"title_en" : "focus",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "头部图标",
"title_en" : "prefixIcon",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "搜索图标",
"title_en" : "search"
}
]
},
{
"title" : "尾部图标",
"title_en" : "suffixIcon",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "搜索图标",
"title_en" : "search"
}
]
},
{
"title" : "显示边框",
"title_en" : "inputBorder",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820867358351",
"title" : "<自定义导航>",
"name" : "自定义导航|uni-nav-bar|zidingyidaohang|zdydh|zidingyidaohang|zdydh",
"title_en" : "<uni-nav-bar>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "开启阴影",
"title_en" : "shadow",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "左侧图标",
"title_en" : "left-icon",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "右侧图标",
"title_en" : "right-icon",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "左侧文本",
"title_en" : "leftText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "右侧文本",
"title_en" : "rightText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "导航标题",
"title_en" : "title",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "文字颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "背景颜色",
"title_en" : "backgroundColor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "固定顶部",
"title_en" : "fixed",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "包含状态栏",
"title_en" : "statusBar",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820887984441",
"title" : "<通告栏>",
"name" : "通告栏|uni-notice-bar|tonggaolan|tgl|tonggaolan|tgl",
"title_en" : "<uni-notice-bar>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "显示图标",
"title_en" : "show-icon",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "开启滚动",
"title_en" : "scrollable",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "通告内容",
"title_en" : "text",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820895177075",
"title" : "<数字叠加器>",
"name" : "数字叠加器|uni-number-box|shuzidiejiaqi|szdjq|shuzidiejiaqi|szdjq",
"title_en" : "<uni-number-box>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820914069807",
"title" : "<评分选择器>",
"name" : "评分选择器|uni-rate|pingfenxuanzeqi|pfxzq|pingfenxuanzeqi|pfxzq",
"title_en" : "<uni-rate>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "最大值",
"title_en" : "max",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "值",
"title_en" : "value",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "未选择颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "选中颜色",
"title_en" : "active-color",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16820920099262",
"title" : "<步骤条>",
"name" : "步骤条|uni-steps|buzhoutiao|bzt|buzhoutiao|bzt",
"title_en" : "<uni-steps>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "步骤数据",
"title_en" : "options",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "当前步骤",
"title_en" : "active",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "当前步骤颜色",
"title_en" : "active-color",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828379718202",
"title" : "<图标扩展>",
"name" : "图标扩展|uni-icons|tubiaokuozhan|tbkz|tubiaokuozhan|tbkz",
"title_en" : "<uni-icons>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "大小",
"title_en" : "size",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "颜色",
"title_en" : "color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "自定义图标",
"title_en" : "custom-prefix",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828382403212",
"title" : "<表格>",
"name" : "表格|uni-table|biaoge|bg|biaoge|bg",
"title_en" : "<uni-table>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "边框",
"title_en" : "border",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "隔行换色",
"title_en" : "stripe",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "空文本",
"title_en" : "emptyText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "加载中",
"title_en" : "loading",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "多选",
"title_en" : "selection"
}
]
}
]
},
{
"id" : "16828404736781",
"title" : "<搜索>",
"name" : "搜索|uni-search-bar|sousuo|ss|sousuo|ss",
"title_en" : "<uni-search-bar>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "聚焦",
"title_en" : "focus",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "圆角",
"title_en" : "radius",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "清除按钮",
"title_en" : "clearButton",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "显示",
"title_en" : "always"
},
{
"title" : "自动",
"title_en" : "auto"
},
{
"title" : "不显示",
"title_en" : "none"
}
]
},
{
"title" : "取消按钮",
"title_en" : "cancelButton",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "显示",
"title_en" : "always"
},
{
"title" : "自动",
"title_en" : "auto"
},
{
"title" : "不显示",
"title_en" : "none"
}
]
},
{
"title" : "取消按钮文字",
"title_en" : "cancelText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "背景颜色",
"title_en" : "bgColor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "最大值",
"title_en" : "maxlength",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "默认提示",
"title_en" : "placeholder",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828409704693",
"title" : "<加载更多>",
"name" : "加载更多|uni-load-more|jiazaigengduo|jzgd|jiazaigengduo|jzgd",
"title_en" : "<uni-load-more>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "状态",
"title_en" : "status",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "加载中",
"title_en" : "loading"
},
{
"title" : "加载前",
"title_en" : "more"
},
{
"title" : "没有更多",
"title_en" : "noMore"
}
]
},
{
"title" : "图标尺寸",
"title_en" : "iconSize",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示图标",
"title_en" : "showIcon",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示文字",
"title_en" : "showText",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828417701353",
"title" : "<列表>",
"name" : "列表|uni-list|liebiao|lb|liebiao|lb",
"title_en" : "<uni-list>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "边框",
"title_en" : "border",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
}
]
},
{
"id" : "16828418974255",
"title" : "<列表项>",
"name" : "列表项|uni-list-item|liebiaoxiang|lbx|liebiaoxiang|lbx",
"title_en" : "<uni-list-item>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "描述",
"title_en" : "note",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "溢出隐藏",
"title_en" : "ellipsis",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "缩略图",
"title_en" : "thumb",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "右侧文字",
"title_en" : "rightText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "是否显示箭头",
"title_en" : "showArrow",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "允许点击",
"title_en" : "clickable",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "跳转",
"title_en" : "to",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "缩略图大小",
"title_en" : "thumbSize",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "大图",
"title_en" : "lg"
},
{
"title" : "一般",
"title_en" : "medium"
},
{
"title" : "小图",
"title_en" : "sm"
}
]
}
]
},
{
"id" : "16828431836114",
"title" : "<表格行>",
"name" : "表格行|uni-tr|biaogehang|bgh|biaogexing|bgx",
"title_en" : "<uni-tr>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16828440643219",
"title" : "<表格头>",
"name" : "表格头|uni-th|biaogetou|bgt|biaogetou|bgt",
"title_en" : "<uni-th>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "对齐方式",
"title_en" : "align",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "左对齐",
"title_en" : "left"
},
{
"title" : "居中",
"title_en" : "center"
},
{
"title" : "右对齐",
"title_en" : "right"
}
]
},
{
"title" : "排序",
"title_en" : "sortable",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828441363793",
"title" : "<表格内容>",
"name" : "表格内容|uni-td|biaogeneirong|bgnr|biaogeneirong|bgnr",
"title_en" : "<uni-td>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "对齐方式",
"title_en" : "align",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "左对齐",
"title_en" : "left"
},
{
"title" : "居中",
"title_en" : "center"
},
{
"title" : "右对齐",
"title_en" : "right"
}
]
}
]
},
{
"id" : "16828441931106",
"title" : "<分页>",
"name" : "分页|uni-pagination|fenye|fy|fenye|fy",
"title_en" : "<uni-pagination>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "左侧按钮文字",
"title_en" : "prevText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "右侧按钮文字",
"title_en" : "nextText",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "当前页",
"title_en" : "current",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "总数据量",
"title_en" : "total",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "每页数据量",
"title_en" : "pageSize",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828442859464",
"title" : "<弹出层>",
"name" : "弹出层|uni-popup|tanchuceng|tcc|danchuceng|dcc",
"title_en" : "<uni-popup>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "动画",
"title_en" : "animation",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "顶部弹出",
"title_en" : "top"
},
{
"title" : "居中弹出",
"title_en" : "center"
},
{
"title" : "底部弹出",
"title_en" : "bottom"
},
{
"title" : "左侧弹出",
"title_en" : "left"
},
{
"title" : "右侧弹出",
"title_en" : "right"
},
{
"title" : "消息提示",
"title_en" : "message"
},
{
"title" : "对话框",
"title_en" : "dialog"
},
{
"title" : "分享",
"title_en" : "share"
}
]
},
{
"title" : "点击蒙版是否关闭",
"title_en" : "is-mask-click",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "假",
"title_en" : "false"
},
{
"title" : "真",
"title_en" : "true"
}
]
},
{
"title" : "蒙版背景颜色",
"title_en" : "mask-background-color",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "是否适配底部安全区",
"title_en" : "safe-area",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16828444246805",
"title" : "<表单扩展>",
"name" : "表单扩展|uni-forms|biaodankuozhan|bdkz|biaodankuozhan|bdkz",
"title_en" : "<uni-forms>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16828447424164",
"title" : "<表单项目>",
"name" : "表单项目|uni-forms-item|biaodanxiangmu|bdxm|biaodanxiangmu|bdxm",
"title_en" : "<uni-forms-item>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "16845688326783",
"title" : "<聊天列表>",
"name" : "聊天列表|uni-list-chat|liaotianliebiao|ltlb|liaotianliebiao|ltlb",
"title_en" : "<uni-list-chat>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "头像",
"title_en" : "avatar",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "圆形头像",
"title_en" : "avatarCircle",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "描述",
"title_en" : "note",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16845738074998",
"title" : "<相机>",
"name" : "相机|camera|xiangji|xj|xiangji|xj",
"title_en" : "<camera>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "摄像头位置",
"title_en" : "device-position",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "前置",
"title_en" : "front"
},
{
"title" : "后置",
"title_en" : "back"
}
]
},
{
"title" : "闪光灯",
"title_en" : "flash",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "自动",
"title_en" : "auto"
},
{
"title" : "开启",
"title_en" : "on"
},
{
"title" : "关闭",
"title_en" : "off"
}
]
}
]
},
{
"id" : "16911317778018",
"title" : "<富文本>",
"name" : "富文本|rich-text|fuwenben|fwb|fuwenben|fwb",
"title_en" : "<rich-text>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "元素节点",
"title_en" : "nodes",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "空格",
"title_en" : "space",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "长按选中",
"title_en" : "selectable",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "长按图片菜单",
"title_en" : "image-menu-prevent",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "预览",
"title_en" : "preview",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16939713899246",
"title" : "<浏览框>",
"name" : "浏览框|web-view|liulankuang|llk|liulankuang|llk",
"title_en" : "<web-view>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "页面地址",
"title_en" : "src",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "浏览框样式",
"title_en" : "webview-styles",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "16945866433173",
"title" : "<图文广告>",
"name" : "图文广告|ad|tuwenguanggao|twgg|tuwenguanggao|twgg",
"title_en" : "<ad>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "adpid",
"title_en" : "adpid",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "17090052206362",
"title" : "<抽屉>",
"name" : "抽屉|uni-drawer|chouti|ct|chouti|ct",
"title_en" : "<uni-drawer>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "组件标识",
"title_en" : "ref",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "滑出位置",
"title_en" : "mode",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "左侧",
"title_en" : "left"
},
{
"title" : "右侧",
"title_en" : "right"
}
]
},
{
"title" : "点击遮罩关闭",
"title_en" : "maskClick",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "是否显示遮罩",
"title_en" : "mask",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "宽度",
"title_en" : "width",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "17090052206363",
"title" : "<悬浮按钮>",
"name" : "悬浮按钮|uni-fab|xuanfuanniu|xfan|xuanfuanniu|xfan",
"title_en" : "<uni-fab>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "按钮样式",
"title_en" : "pattern",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "展开菜单数据",
"title_en" : "content",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "水平对齐方式",
"title_en" : "horizontal",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "左对齐",
"title_en" : "left"
},
{
"title" : "右对齐",
"title_en" : "right"
}
]
},
{
"title" : "垂直对齐方式",
"title_en" : "vertical",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "下对齐",
"title_en" : "bottom"
},
{
"title" : "上对齐",
"title_en" : "top"
}
]
},
{
"title" : "展开菜单显示方式",
"title_en" : "direction",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "水平显示",
"title_en" : "horizontal"
},
{
"title" : "垂直显示",
"title_en" : "vertical"
}
]
}
]
},
{
"id" : "17090297086264",
"title" : "<宫格子项>",
"name" : "宫格子项|uni-grid-item|gonggezixiang|ggzx|gonggezixiang|ggzx",
"title_en" : "<uni-grid-item>",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"id" : "17090299041026",
"title" : "<宫格>",
"name" : "宫格|uni-grid|gongge|gg|gongge|gg",
"title_en" : "<uni-grid>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "每列数量",
"title_en" : "column",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "边框颜色",
"title_en" : "borderColor",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "显示边框",
"title_en" : "showBorder",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "方形显示",
"title_en" : "square",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "点击背景是否高亮",
"title_en" : "highlight",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
}
]
},
{
"id" : "17090324223310",
"title" : "<标题栏>",
"name" : "标题栏|uni-section|biaotilan|btl|biaotilan|btl",
"title_en" : "<uni-section>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "标题",
"title_en" : "title",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "副标题",
"title_en" : "sub-title",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "标题类型",
"title_en" : "type",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "竖线",
"title_en" : "line"
},
{
"title" : "圆形",
"title_en" : "circle"
},
{
"title" : "方形",
"title_en" : "square"
}
]
}
]
},
{
"id" : "17091019325018",
"title" : "<商品导航>",
"name" : "商品导航|uni-goods-nav|shangpindaohang|spdh|shangpindaohang|spdh",
"title_en" : "<uni-goods-nav>",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "按钮是否平铺",
"title_en" : "fill",
"T_libraryID" : "16677044843047",
"children" :
[
{
"title" : "真",
"title_en" : "true"
},
{
"title" : "假",
"title_en" : "false"
}
]
},
{
"title" : "组件参数",
"title_en" : "options",
"T_libraryID" : "16677044843047",
"children" : []
},
{
"title" : "组件按钮组参数",
"title_en" : "buttonGroup",
"T_libraryID" : "16677044843047",
"children" : []
}
]
},
{
"id" : "17160424932232",
"title" : "<桌面端框架>",
"name" : "桌面端框架|webview|zhuomianduankuangjia|zmdkj|zhuomianduankuangjia|zmdkj",
"title_en" : "<webview>",
"T_libraryID" : "16377337041892",
"children" :
[
{
"title" : "链接地址",
"title_en" : "src",
"T_libraryID" : "16377337041892",
"children" : []
}
]
}
]
}