sets HREF to an item; overwrites the old one if it exists
| itemId | string|number | the id of an item |
| href | string | url to open instead of handling the onClick event |
| target | string | target attribute |
myMenu.setHref(itemId, "www://dhtmlx.com", "blank");
Back to top