Preside CMS
Sublime Text 3 包
详细信息
安装
- 总数 59
- Win 22
- Mac 31
- Linux 6
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
读我
Sublime Text Preside 包
Sublime Text Preside 包是适用于 Sublime Text 3 的 Preside 代码片段和自动完成的集合
Preside 完整文档参考链接 Preside 文档
特性
自动完成:
适用于 Preside 版本: 10.10.76
注释
CFML 标签
触发器 | 输出 |
---|---|
cfpresideparam |
<cf_presideparam name="..." editable="true" /> |
cfelse |
<cfelse> |
cfif |
<cfif statement>...</cfif> |
cfifelse |
<cfif statement>...<cfelse>...</cfif> |
cfloop |
<cfloop statement>...</cfloop> |
cfoutput |
<cfoutput>...</cfoutput> |
cfparam |
<cfparam name = "..." /> |
cfscript |
<cfscript>...</cfscript> |
cfset |
<cfset variable = value /> |
cfswitch |
<cfswitch>...</cfswitch> |
cfwhile |
<cfwhile condition>...</cfwhile> |
代码片段
触发器 | 描述 |
---|---|
表单 |
生成 Preside 表单 XML 的基础 |
数据对象 |
生成 Preside 组件对象的基础 |
父类 |
生成应用父类的 Preside 服务基础 |
公共函数 |
生成公共函数的基础 |
私有函数 |
生成私有函数的基础 |
国际化
触发器 | 描述 |
---|---|
i18nBasic |
生成基本国际化的基础 |
i18nField |
生成字段国际化的基础 |
i18nPageTypes |
生成页面类型国际化的基础 |
i18nGroup |
生成 Preside 对象组国际化的基础 |
i18nPresideObject |
生成 Preside 对象国际化的基础 |
CSRF 保护
可用函数 | 返回类型 |
---|---|
getCsrfToken |
n/a |
validateCsrfToken |
boolean |