问题标签 [wss-3.0]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
177 浏览

ajax - 如何强制我的 SharePoint AjaxSmartPart 使用较小的“发布”模式 javascript?

我使用ReturnOfSmartPartonWSS3ASCXin显示Sharepoint为 Web 部件。这很好用。

唯一的问题是AjaxSmartPart似乎使用的是调试模式javascript(脚本接近1MB!)

如何确保AjaxSmartPart只使用Releasejava 脚本模式?

笔记:

  • 我已经发布了我ASCX的发布模式。
  • Debug="false"在我的Sharepoint web.config
0 投票
5 回答
6601 浏览

sharepoint - 调整 Sharepoint URL 字段长度

无论如何要更改 Sharepoint 用于存储 URL 的字段的长度。它的默认值为 255,这不足以容纳指向共享点站点内内容的链接。

0 投票
1 回答
109 浏览

sharepoint - 如何在共享点页面上更改样式,以便我在访问数据表视图中的数据可见

如何在共享点页面上更改样式,以便我在访问数据表视图中的数据可见

0 投票
7 回答
5181 浏览

sharepoint - 仅使用 Windows SharePoint Services 3.0 制作表单?

在大多数情况下,我的组织对 WSS 3.0(不升级到 MOSS)感到满意,但有一个例外,实际上我们只想以某种方式提出一种形式。这是相当大的表格(基本上是 IT 服务的更改请求,在纸面上很容易 2 个完整的 8.5 x 11 页)。我们将自定义 ASP.NET 编码视为单独的独立页面或 Web 部件。外面的其他人做了什么?MOSS 和 Infopath 并不是一个真正的选择,因为此时它对我们来说确实太贵了。提前致谢!

0 投票
9 回答
18061 浏览

sharepoint - 在 SharePoint 中,创建自定义列表“schema.xml”文件的最简单方法是什么?

与许多其他 SharePoint 用户一样,我必须创建自定义列表定义。经过一番麻烦,我设法创建了一个(我想,让我先解决所有错误),但是我可以从那里开始使用“基本”模式,还是专门为Schema.xml生成而构建的编辑器?

0 投票
4 回答
9771 浏览

web-services - 使用其 Web 服务参考部署 SharePoint WebPart

我正在尝试构建一个 SharePoint Web 部件,其中包含对我需要从 vb 代码中调用的另一个SharePoint 服务器的服务引用。但是,当我第一次尝试调用远程 Web 服务时,我在日志中得到以下信息:


在 ServiceModel 客户端配置部分中找不到引用合同“ListReference.ListsSoap”的默认端点元素。这可能是因为没有为您的应用程序找到配置文件,或者因为在客户端元素中找不到与此合同匹配的端点元素。在 System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName) 在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName) 在 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address) 在 System.ServiceModel.ChannelFactory 1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress) at System.ServiceModel.EndpointTrait1.CreateSimplexFactory() 在 System.ServiceModel.ClientBase 1.CreateChannelFactoryRef(EndpointTrait1 endpointTrait) 在 System.ServiceModel.ClientBase1.InitializeChannelFactoryRef() at System.ServiceModel.ClientBase1..ctor() 在 VSeWSS.ChangeRequestWorkflow.ChangeRequest.SubmitForm(Object sender, EventArgs e)


使用服务引用部署 Web 部件的正确方法是什么,我会做错什么吗?谢谢!

0 投票
7 回答
15093 浏览

sharepoint - SharePoint 初学者用户教程有什么好处?

好的,我的任务是为一个内部 SharePoint 经验很少的政府内部网站创建一个 wss v3.0 网站(尽管它是一个 IT 部门,所以他们非常懂技术)。我已经相当擅长 SharePoint(在 SharePoint 中获得了一些 Microsoft 认证并为自己做了很多事情),但需要教育其他人。其中一部分涉及培训、面对面和在线培训。我已经完成了我自己的一系列 SharePoint wiki,内容涉及我预计最常用的内容,但我希望这里的其他人过去使用过的一些富有成效的链接。那么在学习 SharePoint 的过程中对自己有什么好处呢?

编辑:我想强调这个的“开始”方面,不是开发人员教程,而是简单的东西,比如“如何提交到文档库”等。谢谢!

0 投票
1 回答
643 浏览

css - 共享点中的 CSS

我需要根据应用于站点的主题将 CSS 应用于 Sharepoint 站点 (WSS3.0)。CSS 将保存在“文档库”的根站点。如何以编程方式在页面上应用 CSS?

谢谢!

0 投票
1 回答
282 浏览

sharepoint - “NewWeb”和“Blank”配置在 WSS 站点定义中有什么意义

我通过调整其中一个内置定义来自定义 WSS 站点定义。在检查 sts 定义时,我看到它有一个 ID 为 -1 的配置“NewWeb”,以及 ID 为 1 的“Blank”。在 sps 定义中,这些定义如下:

有谁知道这些有什么意义?我应该将它们包含在我的自定义定义中,还是可以安全地忽略它们?

0 投票
1 回答
1212 浏览

sharepoint - In Sharepoint, what is the actual name of the page layout used for the "Article page with with body only" layout option?

I need to swap out the out-of-the-box rich text editor with the Telerik editor for all article page layouts. Unfortunately, I only see three article layouts in Sharepoint Designer. When creating a new article page from within Sharepoint, however, it shows 4 article layouts. The one I see missing in Designer is the one with no option for article images.

Does anyone know where I can find the layout labeled as "Article page with body only"?