You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Chuangyu <zh...@gmail.com> on 2016/02/25 02:58:17 UTC

isis.reflector.facet.cssClassFa.patterns not work ?

Hi,

If change isis.reflector.facet.cssClassFa.patterns in isis.properties like
below :

isis.reflector.facet.cssClassFa.patterns =\
                          ........
                        list.*:fa-star,\
                        all.*:fa-star,\
                         .........

When running application, menu always show fa-list  icon.

If set in
   ActionLayout( cssClassFa = "fa-star")

it can show fa-star icon correctly.

Thanks,
James

Re: isis.reflector.facet.cssClassFa.patterns not work ?

Posted by Chuangyu <zh...@gmail.com>.
Hi, Jeroen,

The project was upgraded from isis 1.8.0.
If I go back to test old project with isis 1.8.0,
isis.reflector.facet.cssClassFa.patterns
can take effect.

I have no idea of application manifest.

When run  isis 1.11.1 version, if add new pattern like
             ..........
             mmmm.*.fa-star,\
             .........
and function named  mmmmXXX() , still not work.

Thanks,
James.

2016-02-25 17:26 GMT+08:00 Jeroen van der Wal <je...@stromboli.it>:

> Perhaps the property is overwritten by an application manifest?
>
> I've created a simple service which displays the application proprerties of
> a running system [1] which might help you debug the issue.
>
> [1]
>
> https://github.com/estatio/estatio/tree/master/estatioapp/app/src/main/java/org/estatio/app/services/properties
>
>
>
> On 25 February 2016 at 02:58, Chuangyu <zh...@gmail.com> wrote:
>
> > Hi,
> >
> > If change isis.reflector.facet.cssClassFa.patterns in isis.properties
> like
> > below :
> >
> > isis.reflector.facet.cssClassFa.patterns =\
> >                           ........
> >                         list.*:fa-star,\
> >                         all.*:fa-star,\
> >                          .........
> >
> > When running application, menu always show fa-list  icon.
> >
> > If set in
> >    ActionLayout( cssClassFa = "fa-star")
> >
> > it can show fa-star icon correctly.
> >
> > Thanks,
> > James
> >
>

Re: isis.reflector.facet.cssClassFa.patterns not work ?

Posted by Jeroen van der Wal <je...@stromboli.it>.
Perhaps the property is overwritten by an application manifest?

I've created a simple service which displays the application proprerties of
a running system [1] which might help you debug the issue.

[1]
https://github.com/estatio/estatio/tree/master/estatioapp/app/src/main/java/org/estatio/app/services/properties



On 25 February 2016 at 02:58, Chuangyu <zh...@gmail.com> wrote:

> Hi,
>
> If change isis.reflector.facet.cssClassFa.patterns in isis.properties like
> below :
>
> isis.reflector.facet.cssClassFa.patterns =\
>                           ........
>                         list.*:fa-star,\
>                         all.*:fa-star,\
>                          .........
>
> When running application, menu always show fa-list  icon.
>
> If set in
>    ActionLayout( cssClassFa = "fa-star")
>
> it can show fa-star icon correctly.
>
> Thanks,
> James
>