希望 永远是快乐的.

有一种沉默叫霸气,有一种内敛叫个性,有一种简单叫深遂,有一种不屑叫自我。

导航

2011年8月12日

Jquery绑定img的click事件

摘要: 用JQUERY给IMG element绑定click事件的时候,直接用img.click(function(){...})不起作用,如下面代码$("img.ms-rteImage-LightBox").click(function(){ SP.UI.ModalDialog.showModalDialog({ url: $(this).attr("src"), title: $(this).attr("alt") }); });解决这个问题需要用jquery里面bind函数去附加click event. 如下:$("img.m 阅读全文

posted @ 2011-08-12 11:10 希望(Jack) 阅读(6539) 评论(0) 推荐(0) 编辑

2011年8月9日

JQuery Smart UI与Moss结合演示

摘要: 这是一个不错的JS插件,值得收藏http://www.cnblogs.com/zhh8077/archive/2011/08/04/2127381.html 阅读全文

posted @ 2011-08-09 15:47 希望(Jack) 阅读(134) 评论(0) 推荐(0) 编辑

2011年8月5日

SharePoint 2010 - Simple LightBox effect for large images

摘要: SharePoint 2010 - Simple LightBox effect for largeimageshttp://johnliu.net/blog/2011/5/9/sharepoint-2010-simple-lightbox-effect-for-large-images.html 阅读全文

posted @ 2011-08-05 18:05 希望(Jack) 阅读(168) 评论(0) 推荐(0) 编辑

2010年10月20日

CSS中的两侧对其

摘要: 当你在Word中编辑段落的时候,为了让段落看上去美观大方.你可以设置文字两侧对其,可以避免文字段落一边参差不齐的不好现象.如果你有一个HTML页面或者其他类型的页面,正在用DIV编辑一段文字.可能发愁怎么让文字两端对其.其实CSS就很容易实现这一点:<p>两端对齐</p><div style="font-size:12px;width:200;text-align:j... 阅读全文

posted @ 2010-10-20 11:55 希望(Jack) 阅读(821) 评论(0) 推荐(0) 编辑

2010年9月15日

setting thumbnail picture enhancement.

摘要: SharePoint 2010 里面提供了一个Asset Library 类型的video 库,比sharepoint 2007增加了许多功能.如:利用SilverLight技术在线播放视频, 设置视频的Thumbnail Picture,视频的分类和过滤.今天我介绍一下关于Thumbnail Picture. 在Asset Library库中,如果上传一个Video类型的文件,可以指定视频的Th... 阅读全文

posted @ 2010-09-15 15:42 希望(Jack) 阅读(351) 评论(0) 推荐(0) 编辑

2010年7月4日

Accessing List Data using the JavaScript Client OM and displaying in a Dialog

摘要: In SharePoint 2010, there are a number of object models that can be used by developers to access the server. The Client OM is a unified model which uses the same or similar concepts on the server, via... 阅读全文

posted @ 2010-07-04 14:45 希望(Jack) 阅读(491) 评论(0) 推荐(0) 编辑

2010年6月8日

SharePoint 2010 Visio diagram 参考资料

摘要: 下面一些连接是关于SharePoint 2010 visio diagram 的 一些资料:http://www.chakkaradeep.com/post/SharePoint-2010-Visio-Services.aspxhttp://technet.microsoft.com/en-us/library/ee355210.aspxhttp://technet.microsoft.com/e... 阅读全文

posted @ 2010-06-08 12:04 希望(Jack) 阅读(182) 评论(0) 推荐(0) 编辑

2010年1月28日

解决infopath 二级联动的排序问题

摘要: 在Infopath 联动的dropdown中,我们遇见dropdown不能排序的问题.先说说当初做infopath联动字段,一位同事引用了http://www.msotec.com/showtopic-1930.aspx代码. 解决了当时的燃眉之急. 但是后来用户用的时候,发现form表单很慢. 开始我并没注意这些,原因是因为我们的表单上做了大量的规则.导致性能下降. 今天打开联动code的时候,... 阅读全文

posted @ 2010-01-28 13:12 希望(Jack) 阅读(477) 评论(0) 推荐(0) 编辑

2010年1月14日

Event logos

摘要: Event ID: 27745, Type: Errors, Category: Gatherer. Description: The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the ... 阅读全文

posted @ 2010-01-14 09:32 希望(Jack) 阅读(368) 评论(0) 推荐(0) 编辑

2010年1月13日

How to deploy the article to cnblogs

摘要: How to deploy the article to cnblogs.在CNblogs 博客园建立了自己的blog,但是很少发文章。原因很简单,每次写随笔都要在线编辑,在线编辑肯定有很多限制,而且写随笔用的时间也比较长。 另外一个原因是很多工作总结,都是在word或者其他的office产品里面编辑的,发布的时候比较麻烦。今天无意中,发现通过word直接可以把文章直接发布到cnblogs中,真是... 阅读全文

posted @ 2010-01-13 23:01 希望(Jack) 阅读(150) 评论(0) 推荐(0) 编辑