📄 flexshowcaseviews.as
字号:
package com.flexShowcase.constants {
//////////////////////////////////////////////////
//class
public class FlexShowcaseViews {
//////////////////////////////////////////////////
//public static variables
public static const ALL:String = "showcase_all";
public static const LOGGED_IN_USER_PROJECTS:String = "showcase_user_entries";
public static const SEARCH:String = "search";
public static const DEFAULT_REQUESTED_FIELDS:Array = new Array("nid", "title", "body", "field_website", "statistics", "status", "sticky", "promote", "userid", "name", "created", "taxonomy", "files");
//public static const DEFAULT_REQUESTED_FIELDS:Array = new Array("nid", "title", "body", "field_url", "field_client_name", "field_client_email", "field_client_url", "field_developer_name", "field_developer_email", "field_developer_url", "comment_count", "vote_up_down_results", "statistics", "status", "sticky", "promote", "userid", "name", "created", "changed", "taxonomy", "files");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -