I have a large, PHP-based CMS that manages web pages.
All items are organized in a tree structure.
When I edit an item, the "back" button usually points to its parent item.
So, the usual workflow is navigating through the tree.
Now every now and then, the need arises for a workflow that "jumps" to other items without regard for the stru...
http://www.winteradagency.com/Arvin/advantages/advantages.htm
I need the logo in the top left corner to link back to the home page for this site. I can't figure out how to make a tag have an anchor tag in it.
thanks!
...
I'm using Prism for navigation in my Wpf application. I have a few modules, and each of them is registering themselves in a main menu through common commands sent using the IoC container in the bootstrapper. The menu entries are bound to common commands for navigation - which will open the correct view in some Region. All is based on rec...
Hi,
What I'm want to accomplish is to build a hierarchical menu build on my custom sql sitemapprovider. Now when I just write down the structure using recursion it builds up correctly like this:
Main
-- Item1
-- Item2
Second
-- Item1
-- Item2
---- Sub1
---- Sub2
Third
But what I would like to accomplish is that the childeren only...
I am trying to adapt a piece of existing code. I am trying to remove a timer on a splash
screen and change it to "press any key to continue" type screen. I need some help with the push/popscreen logic and listening for a keystroke on the splash screen. Here is extract from the code.
public class MenuMain_Pca extends UiApplication {
...
I'd like to use routing from my app, so that TomTom or Navigon get opened with right "from" and "to" addresses. Does anybody know if TomTom or Navigon apps register a URL Handler on the iPhone?
...
I am working on a site with a fairly large accordion style navigation (it does not use the accordion UI).
There are four sub-menu sections that toggle open when clicked. I have the active link highlighted. The one remaining step is to keep the current active sub-menu open when on a page within the sub-menu. I can keep it open when I am ...
I am working on a navigation for a site and need some guidance on dynamically adding a class to the active link. In addition, once that link is established and I need to reference back to the parent and have it "show".
This is what I am working with. The navigation is accordion style but does not use the Accordion UI.
<ul id="menu3">
...
I have a page with several reports that are produced via ajax calls. I am prototype.js framework on this page for some of the display functions.
The links for each report have anchors/tags like #Report1, #Report2 etc, which are hrefs with onClick functions that do lots of work to create the report via javascript.
I would like to make i...
I'm using the same js as the one answered in this question: http://stackoverflow.com/questions/302955/active....
my problem is, instead of adding the class to a default link i would like to add the class to a link with the same directory.
example: Page2 is in a different directory. a link, outside of the nav, is clicked on that page...
Hello brilliant people! I have gotten lots of help from others posts in the past so I hope you can help me out now.
I want to use the jquery cycle with a pager function (http://malsup.com/jquery/cycle/pager3.html)
but instead of it generating thumbnails as links I would like the navigation to be text links in an accordion tree like this...
My Silverlight application, using the navigation framework, has very pretty endings to its URLs, due to use of the URI mapping it does. But the front end still looks nasty, like:
http://server:port/SilverlightPage.aspx#/uri-mapped-portion
How can I get the "SilverlightPage.aspx#" portion to look nicer, preferably removing the ".aspx#"...
I want to pull out menu items from MySQL.
Main menu id=1, parentid=0
-Contact us id=2, parentid=1
-Music id=3, parentid=1
--Rock id=8, parentid=3
--Classic id=9, parentid=3
-Car id=4, parentid=1
--Toyota id=5, parentid=4,
--Ford id=6, parentid=4...
I am interested in how other people handle website navigation. Not the styling or usability part, but the generation part. Most websites have some kind of “navigation tree” that is displayed in form of one or more menu levels – in what form do you save and process this tree? The simplest solution is a static menu template, something like...
I am trying to develop a sample application using both Spring Framework and JSF.
Q #1. The big doubt I have is whether I should use Spring Controllers and view resolvers to perform page navigations? OR whether I have to use standard JSF navigation rules (in faces-config.xml) to handle page navigation? How can I evaluate which one is bet...
I would like to create a descendant of the Silverlight Navigation Framework's Page class, so I can perform common navigation code on all of my pages, but I can't figure out how to do this. When I create a descendant class, how do I reference that from my XAML files?
They currently have the "navigation:page" tag, so how do I replace that...
Say I am on a page at
www.foo.com/foo/bar/page.jsf
and want to define a navigation rule to go to
www.foo.com/foo/
how would I define the <to-view-id> of the navigation rule. I thought it would be something like this:
<navigation-case>
<from-outcome>goToFoo</from-outcome>
<to-view-id>/../</to-view-id>
</navigation-case>
but...
I'm working on getting a view to act as a static toolbar within a navigation controller. Is it possible to do this? I know you're not supposed to subclass a Nav controller but I tried it anyway adding a subview that will serve as a toolbar. Long story short, the subview didn't even pop up on the display.
Can someone advise me on thi...
Hi,
I'm editing a file with very long lines in Emacs. I've turned on line truncating, and I want to quickly see the last words in each line quickly.
So I move to the end of the first line, then when I press C-n it takes me to the next line and the horizontal position is not lost. But when I do C-v, it takes me to the beginning of ...
I am having some problems with tabbing within my asp.net pages. This project was developed with Visual Studio 2008.
Case 1
I have two html tables. The first table has two rows; the second table has four rows. Within the cells are of each table are asp.net fields, text boxes and radio button lists. I set focus to the first field of tab...