[jbosstools-issues] [JBoss JIRA] (JBIDE-18118) Moving particular widgets from jQuery Mobile to HTML5

Alexey Kazakov (JIRA) issues at jboss.org
Mon Aug 25 13:02:59 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-18118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995529#comment-12995529 ] 

Alexey Kazakov commented on JBIDE-18118:
----------------------------------------

Text Input uses a jQuery Mobile specific class="ui-field-contain":
{code}
<div class="ui-field-contain">
	<label for="text-1">Input:</label>
	<input name="text-1" id="text-1" data-clear-btn="true" value="" 
        type="text"/>
</div>
{code}
So, we can't just move this wizard to the HTML5 palette category. It's also true for all other jQuery Mobile widgets. We do not have any pure HTML5 widgets in jQuery Mobile category.
We already have a JIRA for new HTML5 widgets - JBIDE-17058 (Add new widgets to HTML 5.0 Palette). [~burrsutter], it would be very useful if you add a list of desired widgets for HTML5 category.

> Moving particular widgets from jQuery Mobile to HTML5
> -----------------------------------------------------
>
>                 Key: JBIDE-18118
>                 URL: https://issues.jboss.org/browse/JBIDE-18118
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Burr Sutter
>            Assignee: Viacheslav Kabanovich
>            Priority: Critical
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.CR1
>
>
> Now that we have an Ionic Palette, we need to move some widgets from the jQuery Mobile Palette into the HTML5 Palette, as they are common between the jQuery Mobile/Ionic.
> Text Input is the most obvious one.  I am not sure which other HTML5 elements are basically "re-used" in Ionic land.  



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list