문제

I were searching for an approach to add a validation on a Date field inside my enterprisewiki.aspx page layout, the validation to check if the Date >= Today. so finally i find this appraoch http://frontendfreaks.com/custom-validation-in-sharepoint-2013-page-layouts/ .. but it is not clear to me how i need to apply this inside the page layout? mainly where inside my page layout i need to add this code:-

Page.ClientScript.RegisterOnSubmitStatement(this.GetType(), "validate_page", " if (!validate()) { return false; }; "); 

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top