bean_textstyle.properties

来自「Jive是基于JSP/JAVA技术构架的一个大型BBS论坛系统,这是Jive论坛」· PROPERTIES 代码 · 共 35 行

PROPERTIES
35
字号
# TextStyle.properties# Default resource bundle for TextStyle filter# Name of the filterdisplayName=Text Stylizer# Version of the filterversion=2.0# Description of filtershortDescription=Converts custom tags into their HTML equivalents. It currently supports [b][/b], [i][/i], [u][/u], and [pre][/pre] tags.# Author of filterauthor=Jive Software# Properties - display name and descriptionboldEnabled.displayName=Enable bold tagboldEnabled.shortDescription=Toggles translation of [b][/b] tags to HTML bold tags.italicEnabled.displayName=Enable italics tagitalicEnabled.shortDescription=Toggles translation of [i][/i] tags to HTML italic tags.underlineEnabled.displayName=Enable underline tagunderlineEnabled.shortDescription=Toggles translation of [u][/u] tags to HTML underline tags.preformatEnabled.displayName=Enable preformat tagpreformatEnabled.shortDescription=Toggles translation of [pre][/pre] tags to HTML preformat tags.filteringSubject.displayName=Filter Message SubjectfilteringSubject.shortDescription=Toggles whether filtering the message subject is enabled.filteringBody.displayName=Filter Message BodyfilteringBody.shortDescription=Toggles whether filtering the message body is enabled.

⌨️ 快捷键说明

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