How to change Sitefinity responsive navigation widget text? - sitefinity

In a Sitefinity 10.2 Project I have two Navigation widgets. When applying rules for responsive design they reduce to 'Hamburger'- style menues, what is fine (see attached Image).
My question is how to change the text displayed ('menu' in this case)?
I could not find anything about this in documentation or Forums.
Best regards
Udo
screen

If you look at the widget template toggle menu you will see which label it is using. You will change the text through Labels and Messages.
Access and Modify Label
Administration >> Labels and Messages
Search 'toggle'
Edit the ToggleMenuLabel
Access Widget Template
Design >> Widget Templates
Search 'toggle'
Open widget template
View the text/label that is being used

Related

creating a horizontal menu in social engine php

I have created a menu and inserted the generic menu widget onto a newly created page. I think by default it gives a verticle menu. I have tried various css codes found on the web to change it to a horizontal menu, but upon saving and refreshing the page I am not seeing any changes.
Can anyone advise me as to how I enable my generic menu to display the navigation links horizontally instead of vertically?
If I delete the menu and insert an html widget with code and links for a horizontal menu, other items such as my mini menu and footer menu display differently.
Thank you for your time
Regards
Amanda

How to switch Pages without TabLayoutPanel?

I want to switch between several Pages with "Swipe-Left" and "Swipe-Right" Buttons, like shown on the Image.
I attached an example image -> CLICK ME
The Content of the Red Box should be changed only with the Arrow-Buttons. The other Content doesn't change.
My idea was: Maybe I could add a PanelLayout to the MainWindow and always add new Content to that Panel. But that seems not really professional to me. The pages should have a index (if possible)
Is there any other Solution?

Is there a Windows store app control for expanding items?

I am looking for a user control that implements the behavior that can be seen in various settings related pages in Windows 8 (e.g. in "PC Settings"\"PC and devices"\"Devices"): a list consisting of icons and a label, where an item is expanded when clicked upon, showing a button that provides an item related action.
Is there a suitable control available for Windows store apps? If not, what would be the most efficient way to implement this behavior?
are you looking for something similar to TreeView in WinrtXAMLToolkit ?
You can use FlyOut component.
Also you can find "in list flyout example" on internet.

Menu bar button panels in Cocoa?

When I click on buttons in the menu bar (such as "About Program") when the program is running a new window pops up displaying information. How do I edit the windows associated with the buttons?
In Interface builder I manage to load "Main Menu" which allows me to customize the menu bar, but it doesn't allow me to work with the windows associated with the buttons. How would I edit these windows?
Mac OSX Snow Leopard, Xcode 3.2.6
EDIT: I am not specifically asking for steps for the "About Panel". I am looking for a general procedure for editing panels associated with buttons in the menu bar. In addition to the "About" panel I would also want to work with panels such as the "Help" panel. The "About" panel was just an example.
The standard About panel isn't in your nib; it's generated within the framework.
You can change the text of the panel by writing a Credits.rtf or Credits.html file and including that in your app bundle. (You may already have Credits.rtf supplied by the project template. If so, you should just edit that.)
If you want to make more radical changes, you'll need to create your own panel and change your About menu item to show it instead.
As far as a general procedure...no, there's no single procedure that would let you customize any standard panel in the same way. They all have their own mechanisms (e.g. some can display more panes when plug-in components are installed; some provide APIs to hide or show certain parts; some, like the About box, use bundle filename conventions to decide what to do).
For the Help panel specifically...you can't change anything about it except the web page (i.e. the help content). The toolbar, etc. is all handled by Apple. I suggest looking at this documentation for more, which also links to other important documents:
https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/OnlineHelp/Concepts/ComprehenHelp.html%23//apple_ref/doc/uid/20000017-BBCCFHAC

How do you dynamically change the navGrid toolbar icons in jqgrid?

I currently have a a pretty standard jqgrid that I would like to change the navGrid icons dynamically. The grid shows some standard data with limited navGrid icons (like search) but if you log in to the site it will allow you do add, edit, etc. So I would like to turn on/off certain icons under certain situations. I have not been able to find any way to do this.
Look at the demo which I made for the answer. Another demo from the answer shows one how to disable/enable buttons from the navigator bar instead of show/hide there. I think it's what you can do.