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§ion=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)
-
0
Oh ok thank you for the quick reply.