SharePoint Online でアイテム登録時にダイアログを表示する(クラシック UI)
2795 ワード
SharePoint でアイテムを登録する時、確認のためのダイアログを表示するようにします
環境
- サーバー環境:SharePoint Online
- 開発・検証環境:Windows Pro 10, Chrome
実装
<script type="text/javascript">
function PreSaveAction ()
{
if (window.confirm('登録してよろしいですか?')) {
return true;
}
return false;
}
</script>
動作確認
上記で、設定は完了になり、登録画面で [保存] ボタンを押下すると、下図のような確認ダイアログが表示されるようになります
Author And Source
この問題について(SharePoint Online でアイテム登録時にダイアログを表示する(クラシック UI)), 我々は、より多くの情報をここで見つけました https://qiita.com/miyamiya/items/2bafa598322728ae7d79著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .