You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Christopher J Lyth (JIRA)" <ji...@apache.org> on 2008/11/06 15:41:49 UTC

[jira] Created: (WICKET-1918) Automatically Load JavaScript files based on name matching

Automatically Load JavaScript files based on name matching
----------------------------------------------------------

                 Key: WICKET-1918
                 URL: https://issues.apache.org/jira/browse/WICKET-1918
             Project: Wicket
          Issue Type: New Feature
          Components: wicket
            Reporter: Christopher J Lyth
            Priority: Minor


This is similar to WICKET-1917. I would like to add a feature to add JS files based on name matching. I dont think this needs the same skinning feature as the CSS component but it might.

 I imagine someone might preform different dynamic HTML sort of effects based on which skin is selected.

BasePage.java
BasePage.properties
BasePage.html

(from WICKET-1917)
BasePage.css 
BasePage_chrome.css

BasePage.js
BasePage_chrome.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1918) Automatically Load JavaScript files based on name matching

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-1918.
----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.5-M1)
                   1.4-RC2
         Assignee: Juergen Donnerstag

Please see  	 WICKET-1918

> Automatically Load JavaScript files based on name matching
> ----------------------------------------------------------
>
>                 Key: WICKET-1918
>                 URL: https://issues.apache.org/jira/browse/WICKET-1918
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>            Reporter: Christopher J Lyth
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC2
>
>
> This is similar to WICKET-1917. I would like to add a feature to add JS files based on name matching. I dont think this needs the same skinning feature as the CSS component but it might.
>  I imagine someone might preform different dynamic HTML sort of effects based on which skin is selected.
> BasePage.java
> BasePage.properties
> BasePage.html
> (from WICKET-1917)
> BasePage.css 
> BasePage_chrome.css
> BasePage.js
> BasePage_chrome.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1918) Automatically Load JavaScript files based on name matching

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1918:
----------------------------------

    Fix Version/s: 1.5-M1

> Automatically Load JavaScript files based on name matching
> ----------------------------------------------------------
>
>                 Key: WICKET-1918
>                 URL: https://issues.apache.org/jira/browse/WICKET-1918
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>            Reporter: Christopher J Lyth
>            Priority: Minor
>             Fix For: 1.5-M1
>
>
> This is similar to WICKET-1917. I would like to add a feature to add JS files based on name matching. I dont think this needs the same skinning feature as the CSS component but it might.
>  I imagine someone might preform different dynamic HTML sort of effects based on which skin is selected.
> BasePage.java
> BasePage.properties
> BasePage.html
> (from WICKET-1917)
> BasePage.css 
> BasePage_chrome.css
> BasePage.js
> BasePage_chrome.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.