📄 factory-default.properties
字号:
# Copyright 2004 - 2006 uitags## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License.############################################### DEVELOPER NOTES ################################################ 1. Information about property overriding should be placed in this file.# 2. Information about tags usage should be placed in the TLD file.########################################## USER NOTES ########################################### 1. Messages to be displayed in the browser that are declared here should# never contain un-encoded HTML characters. Un-encoded single- and# double-quotes mess up JavaScript code.# 2. Every property listed in this file is accompanied with a note which# either reads "Not overriden" or "Overidden by [tag-name.tag-attribute]".# The latter indicates that the property is associated with the specified# tag attribute, thus if the attribute is present, its value overrides# the property value.# Not overriden. The I18N framework to use.common.message.finder=net.sf.uitags.tagutil.i18n.I18nIgnorantMessageFinder# ------------------------------# ---------- calendar ----------# ------------------------------# Overriden by listYears.yearListObtainercalendar.listYears.yearListObtainer=new uiCalendar_YearListObtainerStrategy()# Overriden by listMonths.monthLabelscalendar.listMonths.monthLabels=Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec# Overriden by updateDate.oncalendar.updateDate.on=click# Overriden by updateDate.dateObtainercalendar.updateDate.dateObtainer=new uiCalendar_SelectedDateObtainerStrategy()# Overriden by calendarGrid.classcalendar.calendarGrid.class=uiCalendar_grid# Overriden by calendarGrid.dayLabelscalendar.calendarGrid.dayLabels=Su,Mo,Tu,We,Th,Fr,Sa# Overriden by calendarGrid.classResolvercalendar.calendarGrid.classResolver=new uiCalendar_CssClassResolverStrategy()# Overriden by calendarGrid.actionResolvercalendar.calendarGrid.actionResolver=null # ---------------------------# ---------- panel ----------# ---------------------------# Overriden by panel.classpanel.class=uiPanel_panel# Overriden by panel.listenerpanel.listener=null# Overriden by panel.show.onpanel.show.on=click# Overriden by panel.show.delaypanel.show.delay=0# Overriden by panel.show.positionpanel.show.position=auto# Overriden by panel.hide.onpanel.hide.on=blur# Overriden by panel.hide.delaypanel.hide.delay=0# Overriden by panel.hide.positionpanel.hide.force=false# --------------------------# ---------- sort ----------# --------------------------# Overriden by sort.comparatorsort.comparator=new uiSort_OptionComparatorStrategy()# ---------------------------# ---------- search ----------# ---------------------------# Overriden by search.onsearch.on=click# Overriden by search.searchInitiallysearch.searchInitially=false
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -