理清思路,记录以备忘。 XPName:项目名称 XEName:菜单名称 X:\XPName\angular>:命令行路径 第一步: XPName.AngularUI/src/shared/layout/topbar.component.ts文件内添加 menuItems: MenuItem[] = ...
分类:
其他好文 时间:
2017-05-21 20:41:43
阅读次数:
180
菜单是GUI中最常用的组件,菜单不是Component类的子类,不能放置在普通容器中,不受布局管理器的约束,只能放置在菜单栏中. 菜单组件由菜单栏 (MenuBar)、菜单(Menu)和菜单项(MenuItem)三部分组成。 一个菜单栏由若干个菜单组成,一个菜单又由若干个菜单项组成。一般菜单栏放 F ...
分类:
其他好文 时间:
2017-05-19 00:56:28
阅读次数:
237
1。PersonBean 2。Gson aty 3。Fastjson aty ...
分类:
Web程序 时间:
2017-05-07 22:04:43
阅读次数:
325
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEditor; public class buildab { [MenuItem("Publish/Build Bundle" ...
分类:
编程语言 时间:
2017-04-23 22:21:46
阅读次数:
198
using UnityEngine; using UnityEditor; using System; public class AutoSave : EditorWindow { private bool autoSaveScene = true; private bool showMessage ...
分类:
编程语言 时间:
2017-04-21 17:30:05
阅读次数:
577
package com.example.androidtest; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import... ...
分类:
移动开发 时间:
2017-04-07 09:28:07
阅读次数:
310
功能:启动后选择打开文件,可以打开图片进行浏览。 v 1.0 :支持上一张 下一张功能。(欠缺,窗口大小未随着图片大小而改变) ...
分类:
编程语言 时间:
2017-03-25 20:13:42
阅读次数:
251
bootstrap基础学习【菜单、按钮、导航】(四) 1.下拉菜单(基本用法) 1、使用一个名为“dropdown”的容器包裹了整个下拉菜单元素,示例中为: div class="dropdown" /div ... ...
分类:
其他好文 时间:
2017-03-19 13:54:16
阅读次数:
224
'common','module'=>'user'],['role'=>'menuitem'])?> 'insurancepolic... ...
分类:
Web程序 时间:
2017-03-13 11:34:49
阅读次数:
263
参考:https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/unity-editor-extensions-menu-items 通过Unity MenuItem属性类可以扩展主菜单、属性栏内容菜单、层级栏菜单及资源栏菜 ...
分类:
编程语言 时间:
2017-03-09 00:40:50
阅读次数:
209