TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mouhssine tahri
NA
201
11.1k
jstree with asp.net MVC5
Aug 7 2020 3:47 AM
I use jstree in my application, that I programmed it with asp.net MVC5 C#.
I want when clicking in any node of treeview a modal or a form appears.
thanks
<input id=
"search-input"
class
=
"search-input"
/>
<br /><br />
<div
class
=
"form-body"
>
<div id=
"jstree"
>
@(Html.TreeView(Model)
.EmptyContent(
"COURRIERS"
)
.Children(m => m.Childs)
.HtmlAttributes(
new
{ id =
"tree"
})
.ChildrenHtmlAttributes(
new
{ @
class
=
"subItem"
})
.ItemText(m => m.Designation)
.ItemTemplate(
@<text>
<a href=
"@item.Description"
desc=
"@item.Description"
>@item.IdTypeCourrier - @item.Designation </a>
</text>)
)
</div>
</div>
Reply
Answers (
1
)
How can I have a specific tab refreshed on post in Asp.Net Core Razor
payment system using debit card in asp.net mvc?