Base solution for your next web application
Open Closed

metronic documentation does not seem to match with asp.net zero files #6989


User avatar
0
willignicolas created

Hello,

I'm new in asp.net zero.

We use asp.net zero core jquery

I try to use the wizard component from metronic according this documentation https://keenthemes.com/metronic/?page=docs&section=wizard

The wizard.js file is already in the mvc project, cool.

But it seems to have a lot of difference compared to the html code provided in the metronic documentation. Here are several examples:

  • in the metronic documentation the css classes in general starts with kt -... whereas in asp.net zero it is the classes m -... that are searched for.
  • in the file wizard.js the update of the ui looks for classes that does not exist in the html example (ex: m-wizard-target to manage the display of my step, there is many other exemple)

In short I have the impression that there is a big difference between what is explained in the documentation and the file js provided in asp.net zero. What seems odd to me is the prefix of all classes that differs.

Is there a version problem?

Thanks for your help.

Best Regards, Nicolas.


2 Answer(s)
  • User Avatar
    0
    mumfie created

    Hi Nicolas, AFAIK the current version of Zero is still metronic v5-5-5 and v6 is work in progress. If you download the metronic source files from AspNetZero download area and look at the documentation in there the class names start with m.
    See also

  • User Avatar
    0
    willignicolas created

    Oh ok thank you for the quick reply.