在SharePoint中,我们经常需要对列表进行简单的筛选,这时,数据视图就有作用了,我们可以定制对于字段的筛选,来进行展示;特别的,筛选不同于搜索,并没有对于附件或者文档的全文检索,如果需要全文检索,可以使用列表的垂直搜索功能。
1、新建一个测试页面,然后右键在高级模式下编辑,如下图:
2、在PlaceHolderMain节点里,加入webpartzone,用来添加数据视图;
...
分类:
其他好文 时间:
2014-08-14 14:04:08
阅读次数:
392
1:去除 GridView 头上的 "Drag a column header here to group by that column"--> 点击 Run Designer -> 找到:OptionView ->将 ShowGroupPanel : 设置为 false ;2:如何 显示出 Gri...
分类:
其他好文 时间:
2014-08-12 00:17:53
阅读次数:
251
.aspx文件、.aspx.cs文件和.aspx.designer.cs的一些说明 .aspx文件:(页面)书写页面代码。存储的是页面design代码。只是放各个控件的代码,处理代码一般放在.cs文件中。 .aspx.cs文件:(代码隐藏页)书写类代码。存储的是程序代码。一般存放与数据库连接...
分类:
Web程序 时间:
2014-08-11 10:07:12
阅读次数:
214
以下是根据字符长度去控制样式
样式只对Text field 有效,对Static Text无效。
window--Style library -- 右键 add 添加style ,设置好了之后。再右键Add Style To Report,然后选中field 时,要style属性中选择自定的样式即可。
右击style 选择“添加”—“Style”
可以在属性中设置...
分类:
其他好文 时间:
2014-08-08 21:21:45
阅读次数:
400
当然,大家都知道UI界面可以用Qt Designer在约束环境下设置编辑.ui文件,再将.ui文件转换成对应的ui_XXX.h文件,这头文件中的内容是:用C++语言实现真正的界面布局。uic -o "outputfile" "inputfile.ui"命令行可以转换当然,也可以自己用C++来实现界面...
分类:
其他好文 时间:
2014-08-08 18:01:36
阅读次数:
222
.aspx文件、.aspx.cs文件和.aspx.designer.cs的一些说明 .aspx文件:(页面)书写页面代码。存储的是页面design代码。只是放各个控件的代码,处理代码一般放在.cs文件中。 .aspx.cs文件:(代码隐藏页)书写类代码。存储的是程序代码。一般存放与数据库连接...
分类:
Web程序 时间:
2014-08-08 09:35:15
阅读次数:
242
1:去除 GridView 头上的 "Drag a column header here to group by that column"--> 点击 Run Designer -> 找到:OptionView ->将 ShowGroupPanel : 设置为 false ;2:如何 显示出 Gri...
分类:
其他好文 时间:
2014-08-02 23:24:04
阅读次数:
350
sharepoint 2010用designer添加自定义的 display form默认是不会显示附件的。需要添加如下代码才会显示附件:Attachment
分类:
其他好文 时间:
2014-08-01 13:12:41
阅读次数:
156
atitit.web ui 结构建模工具总结
1. 王者.dreamweaver 1
2. Frontpage/SharePoint Designer(FrontPage) 2010... 1
3. Netbeans6.5 1
4. Ms vs 1
5. Xara Web Designer..雅十专业级的ide 1
6. Adobe GoLive(好像不更新了) 2
...
分类:
Web程序 时间:
2014-08-01 00:03:30
阅读次数:
235
Master-Mind Hints
MasterMind is a game for two players. One of them, Designer, selects a secret code. The other,Breaker, tries to break it. A code is no more than a row of colored dots. ...
分类:
其他好文 时间:
2014-07-30 14:44:53
阅读次数:
242