- Timestamp:
- Feb 16, 2012, 11:39:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk/META-INF/extensions.xml
r1435 r1537 30 30 </description> 31 31 <version>1.4-dev</version> 32 <min-base-version>3. 0.0</min-base-version>32 <min-base-version>3.1.0</min-base-version> 33 33 <copyright>BASE development team</copyright> 34 34 <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.extensions</url> … … 76 76 <title>Hello world examples!</title> 77 77 <tooltip>Find all examples here</tooltip> 78 <icon>/images/info. gif</icon>78 <icon>/images/info.png</icon> 79 79 </parameters> 80 80 </action-factory> … … 102 102 <tooltip>This is to test the extensions system</tooltip> 103 103 <onClick>alert('Hello world!')</onClick> 104 <icon>/images/info. gif</icon>104 <icon>/images/info.png</icon> 105 105 </parameters> 106 106 </action-factory> … … 170 170 <title>Hello JSP world!</title> 171 171 <tooltip>Opens a JSP page with the message</tooltip> 172 <onClick>Main.openPopup('$HOME$/hello_world.jsp?ID=' + getSessionId(), 'HelloJspWorld', 4 00, 300)</onClick>172 <onClick>Main.openPopup('$HOME$/hello_world.jsp?ID=' + getSessionId(), 'HelloJspWorld', 450, 300)</onClick> 173 173 <icon>~/images/world.png</icon> 174 174 </parameters> … … 198 198 <title>Hello X-JSP world!</title> 199 199 <tooltip>Opens a X-JSP page with the message</tooltip> 200 <onClick>Main.openPopup('$HOME$/hello_world.xjsp?ID=' + getSessionId(), 'HelloXJspWorld', 4 00, 300)</onClick>200 <onClick>Main.openPopup('$HOME$/hello_world.xjsp?ID=' + getSessionId(), 'HelloXJspWorld', 450, 300)</onClick> 201 201 <icon>~/images/xworld.png</icon> 202 202 </parameters> … … 223 223 <title>Hello Servlet world!</title> 224 224 <tooltip>Opens a Servlet generated page with the message</tooltip> 225 <onClick>Main.openPopup('$HOME$/HelloWorld/with/some/path-info.servlet?ID=' + getSessionId(), 'HelloServletWorld', 4 00, 300)</onClick>225 <onClick>Main.openPopup('$HOME$/HelloWorld/with/some/path-info.servlet?ID=' + getSessionId(), 'HelloServletWorld', 450, 300)</onClick> 226 226 <icon>~/images/servlet.png</icon> 227 227 </parameters> … … 250 250 <title>Hello Servlet world (alternate)!</title> 251 251 <tooltip>Opens a Servlet generated page with the message</tooltip> 252 <onClick>Main.openPopup('$SERVLET_HOME$/HelloWorld/with/other/path?ID=' + getSessionId(), 'HelloServletWorld', 4 00, 300)</onClick>252 <onClick>Main.openPopup('$SERVLET_HOME$/HelloWorld/with/other/path?ID=' + getSessionId(), 'HelloServletWorld', 450, 300)</onClick> 253 253 <icon>~/images/servlet.png</icon> 254 254 </parameters> … … 275 275 <title>More info...</title> 276 276 <tooltip>Show some information about $NAME</tooltip> 277 <icon>/images/info. gif</icon>277 <icon>/images/info.png</icon> 278 278 <onClick>Examples.showItemInfo('$TYPE', $ID)</onClick> 279 279 <script>~/scripts/examples.jsp</script> … … 301 301 <title>Annotation filter...</title> 302 302 <tooltip>Filter items based on if they have been annotated or not</tooltip> 303 <icon>/images/filter. gif</icon>303 <icon>/images/filter.png</icon> 304 304 <onClick>Examples.filterAnnotated('$TYPE')</onClick> 305 305 <script>~/scripts/examples.jsp</script>
Note: See TracChangeset
for help on using the changeset viewer.