Repository: wicket
Updated Branches:
  refs/heads/master eae47a681 -> 5b13f0a62


added a note for JQueryPluginResourceReference in the resource dependencies 
paragraph


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5b13f0a6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5b13f0a6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5b13f0a6

Branch: refs/heads/master
Commit: 5b13f0a62af217c26c826b34b2f501eb108ff785
Parents: eae47a6
Author: Andrea Del Bene <“[email protected]”>
Authored: Wed Jun 17 16:23:02 2015 +0200
Committer: Andrea Del Bene <“[email protected]”>
Committed: Wed Jun 17 16:23:02 2015 +0200

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/resources/resources_6.gdoc | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5b13f0a6/wicket-user-guide/src/docs/guide/resources/resources_6.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/resources/resources_6.gdoc 
b/wicket-user-guide/src/docs/guide/resources/resources_6.gdoc
index eac1339..092c649 100644
--- a/wicket-user-guide/src/docs/guide/resources/resources_6.gdoc
+++ b/wicket-user-guide/src/docs/guide/resources/resources_6.gdoc
@@ -22,4 +22,10 @@ UrlResourceReference jqueryuiRef = new 
UrlResourceReference(jqueyuiUrl){
 
 Please note that in the code above we have built a resource reference using a 
URL to the desired library instead of a package resource holding the physical 
file.
 
+{note}
+Wicket already provides base class 
@org.apache.wicket.resource.JQueryPluginResourceReference@ for those JavaScript 
resources that depend on JQuery. This class uses the JQuery version bundled 
with Wicket.
+{note}
+
+{note}
 The same method @getDependencies()@ is defined also for class @HeaderItem@.
+{note}

Reply via email to