I'm trying to achieve this on DNN7 with bootstrap. I have already bootstrap working great on my DNN 7.4 version, but I would like to perform a multicolumn menu working on DNN.
Related
We're using the online version (office 365). Here's an example:
https://support.office.com/en-us/article/Create-and-edit-a-wiki-dc64f9c2-d1a2-44b5-ac59-b9d535551a32?ui=en-US&rs=en-US&ad=US
You mean to say a dropdown menu with links, like Products Templates and Support menu in the link you have shared?
If yes then you need to customize the top navigation using css and jquery.
Updated: You can create global navigation. In that create headings and add link under headings.
Steps:
1. Activate SharePoint publishing feature in site
2. In site settings page, click on Navigation link.
3. Now Scroll down to edit the global(top) navigation. Click on Global heading and under that add headings. Under each heading add respective links. This will create your menu with expand collapse functionality.
4. Style them as per your requirement using css.
This settings will be applicable to entire site. No need for template or library.
For more complex requirement, I would suggest to use java script.
I'm trying to learn how to create apps by following the Standford swift class where the professor uses the constraint icons to position the UI objects on the views. In the course, the storyboard page shows the constraint icons at the bottom of the storyboard page.
I just download and started using Xcode Version 6.4 (6E7) and while creating the UI in a viewController I noticed the constraint buttons at the end of page are missing or not available. is there a way to get access to them thru the Xcode menus.
Where are they now?
The constraints buttons usually do not show up if you don't have auto layout enabled for the storyboard or XIB. The easiest way to check is to open the storyboard in Interface Builder, switch to the File Inspector (ALT+Command+1) and then check the Interface Builder Document section. There should be a checkbox for "Use Auto Layout". Is it checked?
Is it possible to integrate CKEditor to SharePoint2010's EDIT ITEM or ADD ITEM page without using CKEditor for SharePoint?
If you want to replace the default editor with CKEditor, it is going to be hard. Remember that the default editor is integrated in the ribbon. If you want to use it for some reason in a webpart or on specific situations like in a page layout you can follow something along the lines of this:
http://www.sharepointbriefing.com/features/article.php/3928401/Sharepoint-Tools-You-Can-Use-CKEditor.htm
I am using the menu icons module and get the following array
Can I tap into this using the theme function or is it best to itterate though and gnerate my menu?
If so how?
I am running DNN 5.x and the XDMediaBlue skin in horizontal menu full mode. Is there any way to have a tooltip appear for menu items?
I would look at jQuery one of the tooltip plugins should be able to do this - not exactly sure how the tooltip info might be loaded in practice but i think it could be done without a lot of work maybe loading a json array of info after the page loads that the tooltip plugin could use
Here is one link to get you started - http://craigsworks.com/projects/simpletip/ and here is google to find a bunch of these - http://www.google.com/search?q=jquery+tooltip&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a