08 2011 档案

 
SharePoint Radio 选项垂直排列变成水平排列
摘要:Sharepoint 2010很简单,给FormField所在的TD加一个样式<td class="ms-formbody radiotype"><SharePoint:FormField ID="ff" runat="server" FieldName="建议状态" /></td>在CSS样式里面加.radiotype tr{display:inline-block;float:left;width:auto;}就可以了。但Sharepoint2007不知道为什么这个就不行。可 阅读全文
posted @ 2011-08-30 18:04 lycnsh 阅读(909) 评论(0) 推荐(0)
UltraEdit-32配置查看源代码
摘要:1:IE右键:查看源代码,用UltraEdit打开:打开注册表:找到:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\如果左侧树结构Internet Explorer下有View Source Editor项,则不需要添加,否则新建项:View Source Editor如果左侧树结构View Source Editor项下有Editor Name,则不需要新建,否则新建项:Editor Name在右侧的“默认”,编辑字符串,把UEDIT32.exe的地址赋值给它:"C:\Program Files\UltraEdit\ 阅读全文
posted @ 2011-08-25 14:52 lycnsh 阅读(2221) 评论(0) 推荐(0)