iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I am using the web sliding menu as the one of the navigation of our web page. The information is populated out of a database. The issue, that I'm having is on the last child node, it should open into into the target window, which is beside it. But it opens into the menu itself.
I believe what I'm having is a training issue, since I'm a beginner with this control and the documentation does not seem to help. The question I have is
Here is the code for the child node
item.AutoHeight = True
item.ContentTemplate = New LeadsTemplate(Page, dr("Command").ToString)
itemColl.Add(item)
e.NewItemsObject = itemColl
Hello Ellen,
Have you ever see our sample StudentList_InlineContentLoadOnDemand.aspx? It will show you how to create LoadOnDemand scenario via behind code. I think you have missed some validations when initialize the child. Please refer to our sample for more details.
Regards,Handy
Thanks for the reply. But I don't think I explain my problem. There are 4 divs on the page, header/footer/menu/content display. Is it possible to utilize the layoutsettings, setting the target window during onload for the child node. I need the child nodes program to display in the content div on the page. Trying to combine two of our samples together (bookstore & studentList_Inline). And because the child nodes will grow, I can't use an xml source file. I get the page, but it displays in the menu. Thanks!
Dear Ellen,
Is it possible to have some description in picture? I need to know exactly where did you use WebSlidingMenu?In our sample,it contains 2 div. It also loads the menu from database. So, I think you should be able to use it. It can grow automatically.
Btw, what is your point about "Is it possible to utilize the layoutsettings, setting the target window during onload for the child node.?
Yes, when clicking the child node, we want to display an user control in a separate section, say the other div section on the same page. Not in a new window. So the menu will be in one section, left div. And the right div would have the user control. Each child node will navigate to a different control.
We have a large site, which have about 300 individual pages, that runs by command line. The user issue a code that displays the each page. We want the user to navigate to the pages using a menu, but as you can imagine we can not list all these pages. Example, the starting menu has 5 categories, the second selection has 4 subcategory, one of those has 4 choices. Each choice is a different page.
Attached is a zip file with two images, the beta2, is the menu expand to show what I mean. beta3 is the menu, child node choice clicked and the user control in the div beside it. the command line is also on the page, but it will be in a div above the menu, so the user can still utilize it if they want.
thanks,
Ellen
Personally, I think the information that you want to show in another div, should not be initialized in your child menu.We have a clientside event called "OnItemClick". When an item menu is clicked, you can write your information details in another div. But you will need to know how to get your database information in clientside.The conclution is, if you want the details shows in another div, you must not initialize the details as your child node. I personally, suggest you to also use WebFlyPostBackManager. In OnItemClick, you can send information of what's item that you click to the server by called FlyPostBack WebMethod.If the response is success, you can also send information from server back to client. Of course, the server information should be serialized in the client.
Hello Handy,
I am not quite sure understand. Is there an example that I can refer to? Or some documentation that I browse?
I enclosed a simple sample for my explanation. I don't load the information in child level. But I write it inside a simple div. As you can see, I used our WebFlyPostBackManager control to meet this scenario. To run the sample, please add them in WebEssentials sample.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname