E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
customAction
使用JS隐藏Site Actions
可以从后台代码中隐藏,也可以在UI上使用JS隐藏,这篇文章写的是在UI上整体隐藏siteactions的方法,针对的情形是:在SharePoint的开发中,有的时候会在siteactions上添加隐藏的
customaction
shrenk
·
2013-03-11 14:00
js
SharePoint
site
2010
actions
sharepoint 2010 如何在Ribbon区添加功能按钮
还是一样,添加一个空元素,CollectionRibbonItem修改XML文件代码,在标签中,添加
CustomAction
,
cxx2325938
·
2012-12-18 17:00
收藏
SharePoint
custom
ribbon
customAction
用SharePoint Designer创建Ribbon自定义操作(Custom Action)
在SharePointDesigner打开网站在“列表和库”(ListsandLibraries)单击要将自定义操作添加到其中的列表名称点击
CustomAction
,在下拉菜单选择ViewRibbon选择
SPFun
·
2012-11-26 14:08
SharePoint
SharePoint
2010
MOSS
内置
CustomAction
的使用
1.QuietExecutionCustomAction安静模式下执行操作。允许用户在后台执行一些命令,但是不出现执行窗口。例1,安静模式下执行CMD操作采用安静模式执行CMD操作,但是不出现CMD命令窗口。注意Value中的命令以及应用程序必须加引号,即使没有空格也要加上。例2,安静模式下执行其他应用程序操作2.ShellExecuteCustomAction执行打开文档或URL等操作。典型
wilsonke
·
2012-09-12 16:00
command
cmd
文档
action
installer
WiX
SharePoint2010 Feature功能开发——为SharePoint的ECB菜单(列表项或文档的操作菜单项)添加自定义菜单栏项目
在WSS3.0中,您可以通过创建一个含有
CustomAction
元素定义的Feature来为列表项或文档库添加一个自定义菜单项。用这种方式您可以为SharePoint默认用户界面添加自定义控制。
miragesky2049
·
2012-08-06 15:00
测试
application
文档
SharePoint
encoding
2010
动态创建
CustomAction
直接上Code:XML18C#:1publicclassMenus:System.Web.UI.WebControls.WebControl2{34protectedoverridevoidCreateChildControls()5{67MenuItemTemplatelistItem1=newMenuItemTemplate();8listItem1.Text="测试";9listItem1.
江湖路
·
2012-07-13 15:00
使用WIX制作具有时间限制的安装包
下面分享我的实现过程:1.实现一段检查当前时间是否越界的脚本代码,并将它封装到
CustomAction
中。使用VBScript比较当前日期和限定日期,小于0表示越界,这时调用WS
wangxiaohigh
·
2011-11-21 11:00
安装
使用WIX制作具有时间限制的安装包
下面分享我的实现过程:1.实现一段检查当前时间是否越界的脚本代码,并将它封装到
CustomAction
中。 使用VBScript比较当前日期和限定日期,小于0表示越界,这时调用
powertoolsteam
·
2011-11-09 15:00
Date
脚本
VBScript
dialog
action
WiX
使用WIX制作具有时间限制的安装包
下面分享我的实现过程:1.实现一段检查当前时间是否越界的脚本代码,并将它封装到
CustomAction
中。使用VBScript比较当前日期和限定日期,小于0表示越界,这时调用WS
powertoolsteam
·
2011-11-09 15:00
vs2008安装部署工程制作教程
新建一个ClassLibrary,例如Name为
CustomAction
.这个就是一个自定义安装行为的类。 2. 添加安装类。
kingboy2008
·
2011-06-20 19:00
vs2008安装部署工程制作教程
新建一个ClassLibrary,例如Name为
CustomAction
.这个就是一个自定义安装行为的类。 2. 添加安装类。
xiashengwang
·
2011-05-19 12:00
exception
application
library
menu
output
installer
如何在InstallShield的MSI工程中调用Merge Module的Custom Action
在MSI工程中,我们可能会遇到调用第三方MergeModule的情况,并且可能会调用该MergeModule的
CustomAction
(简称:CA),下面我们将举例示范如何调用。
东东1
·
2011-04-06 10:20
职场
msi
休闲
installshield
打包技术
JBoss ESB学习笔记6——第五个ESB应用Custom Action
续上篇介绍了第四个ESB应用,本文介绍第五个ESB应用——
CustomAction
。
yarafa
·
2011-01-15 10:00
xml
jboss
jms
jbpm
SOA
Agile EC
customAction
packagecom.agile.cax.custom;importcom.agile.api.*;importcom.agile.cax.datatypes.*;importcom.agile.cax.*;/** *Thisclassimplementsmethods,whicharecalledduring *CAXConnectorLoadandSaveActions.Pleaseaddyo
960slj
·
2010-11-04 23:05
职场
agile
休闲
customAction
Agile EC
customAction
packagecom.agile.cax.custom;importcom.agile.api.*;importcom.agile.cax.datatypes.*;importcom.agile.cax.*;/** *Thisclassimplementsmethods,whicharecalledduring *CAXConnectorLoadandSaveActions.Pleaseaddyo
960slj
·
2010-11-04 23:05
职场
agile
休闲
customAction
【安装部署】vs2008安装部署工程制作教程(自定义安装界面)
1.新建一个ClassLibrary,例如Name为
CustomAction
.这个就是一个自定义安装行为的类。2.添加安装类。
wonsoft
·
2010-10-21 12:00
exception
application
library
menu
output
installer
Wix打包系列(三)自定义Action(Custom Action)
当然,使用
CustomAction
之前,我们应该先了解一下
duanzilin
·
2010-10-19 17:00
数据库
session
dll
action
installer
WiX
SharePoint2010-
CustomAction
中的ContentTypeId属性已经消失了
新的definition如下:http://msdn.microsoft.com/en-us/library/ms460194.aspx 以前的definition没查到,倒是在csdn上查到一篇:http://blog.csdn.net/forever_kingdom/archive/2008/11/05/3229662.aspx 现在如果要指明contenttype,只要如下即可。Regist
ocean
·
2010-05-17 18:00
解决安装程序在win7/vista安装时出现2869的错误
vs2005生成安装程序时,想要加入一些动作,比如在安装完成之后弹出一个窗口,或者在结束安装后运行程序,这时需要使用
CustomAction
,具体操作参见 Vs2005安装程序完成后,自动启动程序 http
laorer
·
2010-05-07 15:00
windows
XP
Deployment
installer
vs2008安装部署工程制作教程
新建一个ClassLibrary,例如Name为
CustomAction
.这个就是一个自定义安装行为的类。 2. 添加安装类。
S.l.e!ep.¢%
·
2009-10-10 10:00
docx转换为html参考资源
docx的资源 1.将SharePoint转换为html http://blog.thekid.me.uk/archive/2007/06/23/sample-editcontrolblock-
customaction
-for-sharepoint.aspx
dyna_179
·
2007-12-10 17:00
html
xml
XHTML
XSL
SharePoint
chap7 使用自定义的tag lib. 和JSTL
(2)
customaction
的实现:作为javaclass(3)TLD(TagLib
coolcoolriver
·
2005-12-07 13:00
JSP学习笔记
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他