Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • j0w 31 posts 202 karma points
    Aug 22, 2019 @ 13:46
    j0w
    0

    Cutsom plugin icon not displayed

    Hey there, there's something that really annoy me for a few days now. Currently working on a custom plugin for a client, and the icon of the plugin won't display.

    Here is what I have to initialize the app :

     ["Survey", "Survey", "icon-books", 15)]
        public class SurveyApplication : IApplication { }
    

    I've once tried with "icon-question", and now it seems that it doesn't want to change the classe in html code...

    <a href="#/SurveyPlugin" ng-dblclick="sectionDblClick(section)" ng-click="sectionClick($event, section)" prevent-default="">
                        <section-icon icon="icon-question"><i class="icon-section icon-question"></i></section-icon>
                        <span class="ng-binding">Survey Plugin</span>
                    </a>
    

    I've tried to clear the Temp files, the application cache etc.. nothing changed... So if someone already faced this, i'd be happy to hear about it :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies