CSS选择器
摘要: CSS选择器参考:http://www.w3.org/TR/CSS/#css3http://www.w3.org/TR/css3-selectors/http://www.w3.org/TR/css3-selectors/最近碰见一个问题:就是换行的问题,原本的P标签,是有换行标记的,结果在css文件中,被设置 margin:0 0 0 0;这就没有换行的痕迹了。客户说:要换行啊。leader说:可以,但是原来的P标签这么设置,影响太多,新加一个样式,想换行就自己加上,提供两种模式1.<div class="doubleline"> <p> ....
阅读全文
posted @
2011-11-25 14:24 逐风流浪 阅读(11) |
评论 (0) 编辑
有关在SharePoint Server中Infopath表单无法呈现的问题及解决方案
摘要: 原文地址:http://www.cnblogs.com/chenxizhang/archive/2011/08/06/2129659.html配置基于SharePoint 2010的Forms Service,可能遇到一些问题,就是表单模板上传之后,点击创建后却无法呈现。错误消息如下:关于这个问题,大致的意思是,可能没有启用状态服务。可以参考下面的文章http://www.nanmu.net/sharepoint2010/sharepoint-2010-english/Lists/Posts/Post.aspx?ID=20按照下面的红色标出的命令,依次执行之后,问题已经解决。摘录如下,给有同样
阅读全文
posted @
2011-11-15 10:30 逐风流浪 阅读(79) |
评论 (0) 编辑
Infopath 2010 限制文本输入长度,并给出提示
摘要: Infopath 2010 文本本身可以限制文本的输入长度,但是客户说,提示都没有,这算什么回事。于是Leader说,It's easy , we can do it.开完会,leader说,小**,搞定这个问题。1. 首选添加一个自己,专为用于计算要填文本的长度,如下2. 然后添加一个section,配置如下左边是界面,右边是Rule。希望能帮助到大家。
阅读全文
posted @
2011-11-14 12:15 逐风流浪 阅读(23) |
评论 (1) 编辑
Infopath 2010 无刷新提交表单,并清空表单
摘要: 近来项目中,Business 反映表单为什么提交后不清空数据。要么你设置InfoPath Form Web Part(BrowserFormWebPart) 客户又要求,提交后探出提交成功的信息,最初的配置如下 这能完成提交,探出对话框,但是不能子清空表单,你可以把After Submit的选项修改为 Open a new form,这就能达到 提交,对话框,清空但是会刷新页面。最后发现可以实现提交,对话框,清空,不刷新配置如下左边是提交选项,右边是具体的Rules。希望这能帮助到大家。
阅读全文
posted @
2011-11-14 11:15 逐风流浪 阅读(861) |
评论 (0) 编辑
Datasheet view is always read-only
摘要: 我在项目中碰到一个问题,列表不能在DataSheet View中编辑,首先,如果你的机器是64-bit并且装了64-bit的Office那么首先参考如下1.Check if you have installed Microsoft Office 2010 on your Windows operating system.2.Read the Use Datasheet view in 64-bit Office 2010http://office.microsoft.com/en-us/sharepoint-foundation-help/use-datasheet-view-in-64-..
阅读全文
posted @
2011-11-11 14:39 逐风流浪 阅读(678) |
评论 (0) 编辑
How to edit source in SharePoint 2010 Content Editor Web Part
摘要: 1.Edit the page2.Click in the empty area of CEWP(Content Editor Web Part) 3.Under Editing Tools, click HTML and then Edit HTML Source as shown below.Links:http://www.sharepoint-insight.com/2010/07/19/how-to-edit-source-in-sharepoint-2010-content-editor-web-part-cewp/
阅读全文
posted @
2011-11-08 15:48 逐风流浪 阅读(82) |
评论 (0) 编辑
SharePoint 日历视图滚动条问题
摘要: SharePoint 2010 日历视图在IE7 和IE9 Document Model 下是没有滚动条的,但是在IE8 Document Model 下是有滚动条的你可以修改页面的 meta属性改变IE Document Model其实你可以,找到 日历视图解析后的 <div></div> id一般是 WebPart开头的,你会发现<div class="noindex" id="WebPartWPQ4" style="overflow: auto; display: block; position: relat
阅读全文
posted @
2011-11-02 17:14 逐风流浪 阅读(39) |
评论 (0) 编辑
SharePoint Designer Workflow is not updated
摘要: 你使用SPD2010更新工作流的时候,可能会出现,你 Save和Publish了,但是当你回去测试你的工作流的时候,发现还是使用旧的版本。解决方案就是: %System Drive%\Users\%User%\AppData\Local\Microsoft\WebsiteCache\ 删除和你网站对应的文件夹,关闭SPD,重新打开,再发布工作流。就ok了。参考:http://blogs.msdn.com/b/sharepointdesigner/archive/2007/03/27/tip-clearing-the-spd-workflow-assembly-cache.aspxhttp:..
阅读全文
posted @
2011-11-02 17:05 逐风流浪 阅读(10) |
评论 (0) 编辑