Esempio n. 1
0
        public async Task <ActionResult> NewPageObjectFormat(string tabId, int parentId)
        {
            var format = _formatService.NewPageObjectFormatProperties(parentId, _formatService.IsSiteDotNetByObjectId(parentId));
            var model  = ObjectFormatViewModel.Create(format, tabId, parentId, _formatService, true);

            return(await JsonHtml("Properties", model));
        }