在用户控件中使用 Javascript 访问资源文件
我正在 Visual Studio 2005 中为 SharePoint 开发一个用户控件。我在我的 ascx 中核心使用 javascript。另外,我的项目中有一个 aspx 页面,它定义了用户控件的设置。
我想在 ascx 和 aspx 页面中使用 Javascript 访问 resx 文件中的所有文本。我试图在 12 hive 下放置一个通用的 resx 文件(其中包含 aspx 和 ascx 的文本),因为它可以从任何站点访问。关于如何实现这一目标有什么见解吗?
I am developing a user control for SharePoint in Visual Studio 2005. I make core usage of javascript in my ascx. Also, I have an aspx page in my project which defines the settings for the user control.
I want to access all the text from resx file using Javascript in the ascx and also in the aspx page. I am trying to place a common resx file (which contains the text of both the aspx and ascx) under the 12 hive since it could be accessible from any site. Any insights of how to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试
如果你只是想检索由javascript设置的本地化字符串,你最好使用
You may try
If you just want to retrieve a localized string to be set by javascript, you may better use