[
https://issues.jboss.org/browse/JBIDE-17032?page=com.atlassian.jira.plugi...
]
Alexey Kazakov edited comment on JBIDE-17032 at 4/25/14 9:12 PM:
-----------------------------------------------------------------
Here is the first option how we could add multiple version support in New JQM wizards:
!2014-04-25 17.02.png!
*Pros:*
- Can change versions right in the wizard
- You see what versions/libs are going to be inserted
*Cons:*
- Takes too much room of the wizard. These settings are not supposed to be changed by
users very often.
As alternative we could have a link/button which will open a separate dialog window where
you can configure the libs:
!SeparateDialog.png!
[~maxandersen], [~burrsutter], [~vineet.reynolds] what do you think?
was (Author: akazakov):
Here is the first option how we could add multiple version support in New JQM
wizards:
!2014-04-25 17.02.png!
*Pros:*
- Can change versions right in the wizard
- You see what versions/libs are going to be inserted
*Cons:*
- Takes too much room of the wizard. These settings are not supposed to be changed by
users very often.
As alternative we could have a link/button which will open a separate dialog window where
you can configure the libs.
Ability to configure jQuery / jQuery Mobile versions injected by
Palette
------------------------------------------------------------------------
Key: JBIDE-17032
URL:
https://issues.jboss.org/browse/JBIDE-17032
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Labels: new_and_noteworthy
Fix For: 4.2.0.Beta2
Attachments: 2014-04-25 17.02.bmml, 2014-04-25 17.02.bmml, 2014-04-25 17.02.png,
SeparateDialog.bmml, SeparateDialog.png
Currently the following versions are injected for JQM 1.4:
{code}
<script
src="http://code.jquery.com/jquery-1.10.2.min.js"></scrip...
<script
src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js&...
{code}
And for JQM 1.3:
{code}
<script
src="http://code.jquery.com/jquery-1.9.1.min.js"></script...
<script
src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js&...
{code}
It would be good if we have a place where users can configure what versions of JQ and JQM
they want to inject.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira