[jbosstools-issues] [JBoss JIRA] (JBIDE-17727) CSS content assist for class attribute in custom HTML tags

Alexey Kazakov (JIRA) issues at jboss.org
Wed Feb 4 19:47:49 EST 2015


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

Alexey Kazakov updated JBIDE-17727:
-----------------------------------
    Fix Version/s: 4.3.0.Alpha2
                       (was: 4.3.0.Alpha1)


> CSS content assist for class attribute in custom HTML tags
> ----------------------------------------------------------
>
>                 Key: JBIDE-17727
>                 URL: https://issues.jboss.org/browse/JBIDE-17727
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Alexey Kazakov
>            Assignee: Victor Rubezhny
>             Fix For: 4.3.0.Alpha2
>
>
> Right now, content assist for CSS classes works only for standart HTML tags. But some frameworks use custom html tags (AngularJS and its extensions like ionic framework for example). It would be useful if our CSS content assist also worked for such tags.
> For example:
> {code}
> <ion-tabs class="tabs-positive tabs-icon-only">
>   <ion-tab title="Home" icon-on="ion-ios7-filing" icon-off="ion-ios7-filing-outline">
>   </ion-tab>
> </ion-tabs>
> {code}
> Currently the content assis works only if you change <ion-tabs> to <div> or any other standart HTML tags.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list