[jbosstools-issues] [JBoss JIRA] (JBIDE-17888) Make mobile palette available for angularJS template files

Alexey Kazakov (JIRA) issues at jboss.org
Tue Jul 15 17:06:29 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-17888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-17888:
-----------------------------------

    Description: 
Right now the Mobile palette is available only for html files with HTML5 doctype:
{code}
<!doctype html>
...
{code}

That was OK for jQuery and plain HTML5 projects.
But angularJS (so ionic too) wildly uses templates. A template is just a file with html code w/o any declaration at all.
So I would enable the Mobile palette for:
- any html file with <!doctype html> declaration
- any *.html file without any doctype declaration
otherwise the old JSF palette should be shown. 


> Make mobile palette available for angularJS template files
> ----------------------------------------------------------
>
>                 Key: JBIDE-17888
>                 URL: https://issues.jboss.org/browse/JBIDE-17888
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.2.0.CR1
>
>
> Right now the Mobile palette is available only for html files with HTML5 doctype:
> {code}
> <!doctype html>
> ...
> {code}
> That was OK for jQuery and plain HTML5 projects.
> But angularJS (so ionic too) wildly uses templates. A template is just a file with html code w/o any declaration at all.
> So I would enable the Mobile palette for:
> - any html file with <!doctype html> declaration
> - any *.html file without any doctype declaration
> otherwise the old JSF palette should be shown. 



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list