Changeset 6594
- Timestamp:
- Nov 14, 2014, 8:17:58 AM (8 years ago)
- Location:
- branches/3.3-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-stable/src/clients/web/net/sf/basedb/clients/web/taglib/path/Path.java
r6127 r6594 146 146 sb.append("<h1"); 147 147 addIdAndStyles(sb); 148 addDynamicAttributes(sb); 148 149 sb.append(">"); 149 150 -
branches/3.3-stable/src/clients/web/net/sf/basedb/clients/web/taglib/path/PathElement.java
r6127 r6594 225 225 sb.append("<span"); 226 226 addIdAndStyles(sb); 227 addDynamicAttributes(sb); 227 228 sb.append(">"); 228 229 if (getHref() != null && isEnabled()) -
branches/3.3-stable/www/WEB-INF/path.tld
r6154 r6594 45 45 </attribute> 46 46 <attribute> 47 <name>subclass</name> 48 <rtexprvalue>true</rtexprvalue> 49 </attribute> 50 <attribute> 47 51 <name>style</name> 48 52 <rtexprvalue>true</rtexprvalue> 49 53 </attribute> 54 <dynamic-attributes>true</dynamic-attributes> 50 55 </tag> 51 56 … … 60 65 <attribute> 61 66 <name>clazz</name> 67 <rtexprvalue>true</rtexprvalue> 68 </attribute> 69 <attribute> 70 <name>subclass</name> 62 71 <rtexprvalue>true</rtexprvalue> 63 72 </attribute> … … 87 96 <rtexprvalue>true</rtexprvalue> 88 97 </attribute> 98 <dynamic-attributes>true</dynamic-attributes> 89 99 </tag> 90 100 </taglib>
Note: See TracChangeset
for help on using the changeset viewer.