You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ThemeMetro. Yes, it is posible. In order to migrate, you must take into account the following points. This way, you will be able to make the necessary adaptations and replacements.
The data
The data are very similar. You need to change the attribute "title" for "tooltip"
{
"href":"http://home.com", // href
"icon":"fas fa-home", // icon
"text":"Home", // text
"target": "_top", // target (now this is optional)
"title": "My Home", // tooltip, <=== Attribute name in Javascript Menu Editor
"children": [] // children
}
Equivalents methods
jQuery Menu Editor
Javascript Menu Editor
setData(data)
setArray(data)
getString()
getString()
Javascript Menu Editor is not linked to a form or input element, instead is more flexible and have these events and methods:
The jQuery plugin "Bootstrap Icon Picker" is no longer necessary. You can choose your own icon picker; however, my new library, Vanilla Javascript Iconpicker, is currently in development stage and I will release it in the upcoming days.
I hope this has helped you. Feel free to reach out to me via Twitter
Hello,
Its possible to migrate from jQuery Menu Editor 1.1.1? If yes then How?
The text was updated successfully, but these errors were encountered: