andruhon commented on a change in pull request #361: WICKET-6666 initial 
checkin of new ModalDialog
URL: https://github.com/apache/wicket/pull/361#discussion_r283532822
 
 

 ##########
 File path: 
wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalDialogReferences.java
 ##########
 @@ -0,0 +1,38 @@
+package org.apache.wicket.extensions.ajax.markup.html.modal;
+
+import java.util.List;
+
+import org.apache.wicket.markup.head.CssHeaderItem;
+import org.apache.wicket.markup.head.HeaderItem;
+import org.apache.wicket.request.resource.CssResourceReference;
+import org.apache.wicket.request.resource.ResourceReference;
+import org.apache.wicket.resource.JQueryPluginResourceReference;
+
+/**
+ * References for {@link ModalDialog}
+ * 
+ * @author Igor Vaynberg (ivaynberg)
+ */
+public class ModalDialogReferences
+{
+       public static final ResourceReference CSS = new CssResourceReference(
+               ModalDialogReferences.class, "ModalDialog.css");
+
+       public static final ResourceReference CSS_SKIN = new 
CssResourceReference(
 
 Review comment:
   Is this CSS_SKIN optional and extends the CSS from above? Maybe leave 
comments for these constants explaining them. For example, I presume the JS is 
a required part.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to