⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmsworkplacedefault.java

📁 cms是开源的框架
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    /**  Size of the input field. */
    public static final String C_INPUT_SIZE = "size";

    /**  Value of the input field. */
    public static final String C_INPUT_VALUE = "value";

    /** Name of the template containing input field definitions. */
    public static final String C_INPUTTEMPLATE = "inputTemplate";

    /** Name of the value. */
    public static final String C_LABEL_VALUE = "value";

    /** Name of the template containing label definitions. */
    public static final String C_LABELTEMPLATE = "labelTemplate";

    /** Prefix for button texts in the language file. */
    public static final String C_LANG_BUTTON = "button";

    /** Prefix for button texts in the language file. */
    public static final String C_LANG_ICON = "icon";

    /** Prefix for label texts in the language file. */
    public static final String C_LANG_LABEL = "label";

    /** Prefix for label texts in the language file. */
    public static final String C_LANG_TITLE = "title";

    /** First button of the messagebox. */
    public static final String C_MESSAGE_BUTTON1 = "button1";

    /** Second button of the messagebox. */
    public static final String C_MESSAGE_BUTTON2 = "button2";

    /** Link on button2 of the messagebox. */
    public static final String C_MESSAGE_FILENAME = "filename";

    /** Link on button1 of the messagebox. */
    public static final String C_MESSAGE_LINK1 = "link1";

    /** Link on button2 of the messagebox. */
    public static final String C_MESSAGE_LINK2 = "link2";

    /** First message of the messagebox. */
    public static final String C_MESSAGE_MESSAGE1 = "message1";

    /** Second message of the messagebox. */
    public static final String C_MESSAGE_MESSAGE2 = "message2";

    /** Title of the messagebox. */
    public static final String C_MESSAGE_TITLE = "title";

    /** the modules packetname key. */
    public static final String C_MODULE_PACKETNAME = "packetname";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_AUTHOR = "author";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_DATECREATED = "datecreated";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_DATEUPLOADED = "dateuploaded";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_IDX = "idx";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_METHOD = "method";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_NAME = "name";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_NICE_NAME = "nicename";

    /** The filename to the modulelisttemplate. */
    public static final String C_MODULELIST_TEMPLATEFILE = "moduletemplate";

    /**  Method of the modulelist field. */
    public static final String C_MODULELIST_VERSION = "version";

    /** Panel defintion for explorer settings. */
    public static final String C_PANEL_EXPLORER = "explorer";

    /** Link URL for each panel. */
    public static final String C_PANEL_LINK = "link";

    /** Text for each panel. */
    public static final String C_PANEL_NAME = "panelname";

    /** Panel defintion for start settings. */
    public static final String C_PANEL_START = "start";

    /** Panel defintion for task settings. */
    public static final String C_PANEL_TASK = "task";

    /** Panel defintion for user settings. */
    public static final String C_PANEL_USER = "user";

    /** Name of the template containing panel bar definitions. */
    public static final String C_PANELTEMPLATE = "panelTemplate";

    /** Parameter for action commands. */
    public static final String C_PARA_ACTION = "action";

    /** Parameter name of "cancel" value. */
    public static final String C_PARA_CANCEL = "CANCEL";

    /** Parameter for text/html editor content. */
    public static final String C_PARA_CONTENT = "content";

    /** Parameter for the default value. */
    public static final String C_PARA_DEFAULT = "DEFAULT";

    /** Parameter for a deleting a file. */
    public static final String C_PARA_DELETE = "delete";

    /** Parameter for description. */
    public static final String C_PARA_DESCRIPTION = "description";

    /** Parameter for the explorersettings value. */
    public static final String C_PARA_EXPLORERSETTINGS = "EXPLORERSETTINGS";

    /** Parameter for a filecontent. */
    public static final String C_PARA_FILECONTENT = "filecontent";

    /** Parameter for filelist. */
    public static final String C_PARA_FILELIST = "filelist";

    /** Parameter for filter. */
    public static final String C_PARA_FILTER = "filter";

    /** Parameter for a flag. */
    public static final String C_PARA_FLAGS = "flags";

    /** Parameter for foldername. */
    public static final String C_PARA_FOLDER = "folder";

    /** Parameter for foldertree. */
    public static final String C_PARA_FOLDERTREE = "foldertree";

    /** Parameter for a formname. */
    public static final String C_PARA_FORMNAME = "formname";

    /** Parameter for initial load. */
    public static final String C_PARA_INITIAL = "initial";

    /** Parameter for java script filenames. */
    public static final String C_PARA_JSFILE = "jsfile";

    /** Parameter for keywords. */
    public static final String C_PARA_KEYWORDS = "keywords";

    /** Parameter for layout. */
    public static final String C_PARA_LAYOUT = "default_body";

    /** Parameter for a link. */
    public static final String C_PARA_LINK = "link";

    /** Parameter for locking pages. */
    public static final String C_PARA_LOCK = "lock";

    /** Parameter for maximum pages. */
    public static final String C_PARA_MAXPAGE = "maxpage";

    /** Parameter for a name. */
    public static final String C_PARA_NAME = "name";

    /** Parameter for a navigation position. */
    public static final String C_PARA_NAVPOS = "navpos";

    /** Parameter for a navigation title. */
    public static final String C_PARA_NAVTEXT = "navtitle";

    /** Parameter for a new accessflags. */
    public static final String C_PARA_NEWACCESS = "newaccess";

    /** Parameter for a new file. */
    public static final String C_PARA_NEWFILE = "newfile";

    /** Parameter for a new folder. */
    public static final String C_PARA_NEWFOLDER = "newfolder";

    /** Parameter for a new group. */
    public static final String C_PARA_NEWGROUP = "newgroup";

    /** Parameter for a new owner. */
    public static final String C_PARA_NEWOWNER = "newowner";

    /** Parameter for the new password. */
    public static final String C_PARA_NEWPWD = "newpwd";

    /** Parameter for the password repeat. */
    public static final String C_PARA_NEWPWDREPEAT = "newpwdrepeat";

    /** Parameter for a new type. */
    public static final String C_PARA_NEWTYPE = "newtype";

    /** Parameter for the ok value. */
    public static final String C_PARA_OK = "OK";

    /** Parameter for the previous panel. */
    public static final String C_PARA_OLDPANEL = "oldpanel";

    /** Parameter for the old password. */
    public static final String C_PARA_OLDPWD = "oldpwd";

    /** Parameter for page number. */
    public static final String C_PARA_PAGE = "page";

    /** Parameter for a panel. */
    public static final String C_PARA_PANEL = "panel";

    /** Parameter for previous filelist. */
    public static final String C_PARA_PREVIOUSLIST = "previous";

    /** Parameter for a project. */
    public static final String C_PARA_PROJECT = "project";

    /** Parameter for properties. */
    public static final String C_PARA_PROPERTYDEF = "property";

    /** Parameter for startprojectid. */
    public static final String C_PARA_STARTPROJECTID = "startProjectId";

    /** Parameter for the startsettings value. */
    public static final String C_PARA_STARTSETTINGS = "STARTSETTINGS";

    /** Parameter for starttaskid. */
    public static final String C_PARA_STARTTASKID = "startTaskId";

    /** Parameter for submitting data. */
    public static final String C_PARA_SUBMIT = "SUBMIT";

    /** Parameter for the tasksettings value. */
    public static final String C_PARA_TASKSETTINGS = "TASKSETTINGS";

    /** Parameter for a template. */
    public static final String C_PARA_TEMPLATE = "template";

    /** Parameter for a title. */
    public static final String C_PARA_TITLE = "title";

    /** Parameter for unlocking pages. */
    public static final String C_PARA_UNLOCK = "unlock";

    /** Parameter for url. */
    public static final String C_PARA_URL = "URL";

    /** Parameter for the usersettings value. */
    public static final String C_PARA_USERSETTINGS = "USERSETTINGS";

    /** Parameter for a variable. */
    public static final String C_PARA_VARIABLE = "variable";

    /** Parameter for view name. */
    public static final String C_PARA_VIEW = "view";

    /** Parameter for viewfile. */
    public static final String C_PARA_VIEWFILE = "viewfile";

    /** Parameter for a filename. */
    public static final String C_PARA_RESOURCE = "resource";

    /** Number of images to be shown per page in the picture browser. */
    public static final int C_PICBROWSER_MAXIMAGES = 15;

    /** The preferences update. */
    public static final String C_PREFERENCES_UPDATE = "../action/preferences_update.html";

    /** The filename to the prefs scroller template file. */
    public static final String C_PREFSSCROLLER_TEMPLATEFILE = "prefsscrollerTemplate";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_DATECREATED = "datecreated";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_DESCRIPTION = "description";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_IDX = "idx";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_LOCKSTATE = "lockstate";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_MENU = "menu";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_METHOD = "method";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_NAME = "name";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_NAME_ESCAPED = "name_escaped";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_OWNER = "owner";

    /**  Method of the projectlist field. */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -