1

I want to change my default Menu Icon using FoneAwesome Icon, e.g Day Off Calendar use calendar icon. enter image description here

Se Song
  • 1,613
  • 2
  • 19
  • 32

1 Answers1

1

I just solve this by very easy solutions which already exist on Apache Isis, just use cssClassFa on ActionLayout annotation as bellow.

@ActionLayout(bookmarking = BookmarkPolicy.AS_ROOT, cssClassFa = "calendar")

Se Song
  • 1,613
  • 2
  • 19
  • 32
  • http://isis.apache.org/guides/ugfun/ugfun.html#_ugfun_ui-hints_action-icons-and-css and http://isis.apache.org/guides/rgant/rgant.html#_rgant-ActionLayout_cssClassFa – Dan Haywood Oct 25 '17 at 08:49