如何更改“指定您自己的值:”到“其他”。 (非程序员) [英] How to change "Specify your own value:" to "Other". (non- programmer)

查看:75
本文介绍了如何更改“指定您自己的值:”到“其他”。 (非程序员)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我需要一种简单的方法来更改 "指定您自己的价值:"到"其他"在Sharepoint 365表单(NewForm和EditForm)中。我已经看过对JQuery和Java的引用了,但是因为我不是程序员,所以我可以用b b $ b做更简单的事情吗? 

I need an easy way to change "Specify your own value:" to "Other" in a Sharepoint 365 form (NewForm and EditForm). I've seen references to JQuery and Java, but since I'm not a programmer is there something more simplicstic I can do? 

如果不是,任何人都可以提供如何做到这一步一步一步?

If not can anyone provide a step by step on how to do it?

欣赏它!

推荐答案

嗨LD00891,

Hi LD00891,

不幸的是,没有代码可以改变"指定你自己的值"的OOTB方法:"text。

Unfortunately, there is no OOTB method without code to change the "Specify your own value:" text.

使用JQuery也比较容易。您可以按照步骤操作,只需复制内容:

Using JQuery is also easier method relatively. You can follow the steps and just copy the content:

1。打开相关列表/库 - > LIST选项卡 - >表单Web部件 - >默认新建/编辑表单。

1. Open the relevant list/library->LIST tab->Form Web Parts->Default New/Edit Form.

2。单击页面右上角的齿轮图标 - >编辑页面 - >单击编辑模式中的"添加Web部件" - >在媒体和内容类别中选择"内容编辑器"Web部件。

2. Click the gear icon in the top right corner of the page->Edit page->click "Add a Web Part" in the edit mode->Select "Content Editor" web part in Media and Content category.

3。单击"格式文本"选项卡中的"编辑源",然后在HTML源对话框中复制下面的脚本 - >单击功能区中的"停止编辑"。

3. Click "Edit Source" in the "FORMAT TEXT" tab and copy the script below in the HTML Source dialog->Click "Stop Editing" in the ribbon.

<script src="https://code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script type="text/javascript">


(document).ready(function(){
(document).ready(function(){


( " label:contains('指定你自己的值:')")。text('Other');
});
< / script>
("label:contains('Specify your own value:')").text('Other'); }); </script>

祝你好运,

Grace Wang

Grace Wang

这篇关于如何更改“指定您自己的值:”到“其他”。 (非程序员)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆