cmsphotoalbumbean.java.rej
来自「找了很久才找到到源代码」· REJ 代码 · 共 10 行
REJ
10 行
@@ -119,6 +119,9 @@
/** The CSS style object that is used to format the photo album output. */ private CmsPhotoAlbumStyle m_style;+ /** If not null, generate anchor tag and add anchor to URL in navigation elements. Used for scrolling page to current gallery. Default null. */+ private String m_anchorName = null;+ /** * Constructor, creates the necessary photo album configuration objects.<p> *
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?