Reqiurement:
As we known, Managed Navigation is that the navigation items will be represented using a Managed Metadata term set. SharePoint provide the default control, but the
design...
分类:
其他好文 时间:
2015-01-30 15:54:05
阅读次数:
235
前段时间遇到一个问题,navigation上的左侧返回按钮需要自定义,于是就给了一个view上去 代码如下 UIView *leftitleView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 54)]; [leftitle...
分类:
其他好文 时间:
2015-01-30 14:38:12
阅读次数:
145
链接:https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.navigation.navigationeventargs(v=win.10).aspxNavigationEventArgs类为无法取消的导航事件及事...
js代码/**
* 分页js
*/
var Page;
(function(){
var Page = {version:"1.0",author:"liuxingmi"};
var showPage = 9;
Page.navigation = function(divId, totalRecord, totalPage, currentPage, func){...
分类:
Web程序 时间:
2015-01-27 18:26:03
阅读次数:
159
我阅读了google官方的关于抽屉导航的设计准则,这可以给我带来什么帮助?最起码,我可以知道,抽屉导航适用在什么场景中,使用它时要注意什么事项。App的设计是有规则可以依据的,比如,使用抽屉导航时,是有明确的规则和场景的。The navigation drawer(导航抽屉) is a pane.....
分类:
移动开发 时间:
2015-01-26 21:03:12
阅读次数:
448
整个示例都是改造自 Google Android Training 中的 NavigationDrawer 示例(http://developer.android.com/training/implementing-navigation/nav- drawer.html)因为我需要使用自定义的 Ac...
分类:
移动开发 时间:
2015-01-26 11:35:09
阅读次数:
260
在SharePoint里面,有两个导航栏,一个是上方的全局导航,一个是在左面的当前导航。有了Managed Metadata Service之后,除了传统的结构式导航,现在也可以借助Managed Metadata Service 设置导航。...
分类:
移动开发 时间:
2015-01-23 11:21:41
阅读次数:
156
只能暂时的隐藏点击屏幕就出来了:layout.setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
分类:
移动开发 时间:
2015-01-22 15:47:39
阅读次数:
395
转载自http://blog.chengyunfeng.com/?p=493 mark下新版本(V13)的support库,几个比较重要的功能1、添加DrawerLayout控件,支持创建 Navigation Drawer模式。可以设置从左边划出菜单或者右边,也可以左右菜单同时存在。2、添加Sli...
分类:
移动开发 时间:
2015-01-22 15:21:48
阅读次数:
165
https://developer.android.com/training/system-ui/navigation.html1 View decorView = getWindow().getDecorView();2 // Hide both the navigation bar and th...
分类:
移动开发 时间:
2015-01-21 14:59:36
阅读次数:
612