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

Max Rydahl Andersen (JIRA) issues at jboss.org
Tue Sep 2 05:50:59 EDT 2014


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

Max Rydahl Andersen updated JBIDE-17727:
----------------------------------------
    Summary: CSS content assist for class attribute in custom HTML tags  (was: CSS content assist for custom HTML tags)


> 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.Alpha1
>
>
> 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.1#6329)


More information about the jbosstools-issues mailing list