📄 categorypicker.jspf
字号:
<%@ page contentType="text/html; charset=UTF-8"%><%@ taglib prefix="ww" uri="webwork"%><%--The categoryPicker action selects all categories in the system, orders them, and then provides access to them viathe categories property. The categories are ordered in a logical tree structure alphabetically.--%><ww:action name="categoryPicker" id="categoryPicker"/><%--A lambda expression that takes an an array of size two: a category and the identation string. This lambda expressionuses recursion to ensure that the string " . " is appended for each level that the category is deep.--%><ww:set name="indent" value=":[#this[0].parentCategory == null ? #this[1] : #indent({#this[0].parentCategory, #this[1] + ' . '})]"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -