flexshowcaseviews.as

来自「flex 实现的一个showcase 喜欢flex的朋友可以」· AS 代码 · 共 20 行

AS
20
字号
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 + =
减小字号Ctrl + -
显示快捷键?