sitefinity

Dynamic items selector from multiple content types Sitefinity [Part 2] [closed]

a 夏天 提交于 2021-02-04 16:48:45
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . Improve this question Part 1 Link Part-2 Add sf-list-selector.js file under common folder and paste following javascript code: (function ($) { angular.module('sfSelectors') .directive('sfListSelector', ['serverContext', '$q', function (serverContext, $q) { return { restrict: 'E', transclude: true,

Dynamic items selector from multiple content types Sitefinity [Part 2] [closed]

ぐ巨炮叔叔 提交于 2021-02-04 16:48:05
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . Improve this question Part 1 Link Part-2 Add sf-list-selector.js file under common folder and paste following javascript code: (function ($) { angular.module('sfSelectors') .directive('sfListSelector', ['serverContext', '$q', function (serverContext, $q) { return { restrict: 'E', transclude: true,

Dynamic items selector from multiple content types Sitefinity [Part 1] [closed]

拈花ヽ惹草 提交于 2021-02-04 16:44:29
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . Improve this question I had to develop a carousel which should display items from multiple content types, and at the backend customer can select items manually. Sitefinity provides a OOB solution to select items at the backend but for single content type only. In order to fulfill this requirement. I

Dynamic items selector from multiple content types Sitefinity [Part 1] [closed]

半城伤御伤魂 提交于 2021-02-04 16:44:07
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . Improve this question I had to develop a carousel which should display items from multiple content types, and at the backend customer can select items manually. Sitefinity provides a OOB solution to select items at the backend but for single content type only. In order to fulfill this requirement. I

sitefinity Validation data view

孤人 提交于 2021-01-24 10:41:14
问题 I am building this MVC form not using the sitefinity form control. I wanted to add validate to the First Name TextBox. In the model I have [Required] attribute on the property in the view model used by the view. I only get the red text The FirstName field is required. but I wanted the textbox and label to be red as well. Is there another class I need to use for the TextBox or anything with Bootstrap ? View @Html.Script(ScriptRef.JQueryValidate, "top", true) @{ HtmlHelper

sitefinity Validation data view

∥☆過路亽.° 提交于 2021-01-24 10:38:07
问题 I am building this MVC form not using the sitefinity form control. I wanted to add validate to the First Name TextBox. In the model I have [Required] attribute on the property in the view model used by the view. I only get the red text The FirstName field is required. but I wanted the textbox and label to be red as well. Is there another class I need to use for the TextBox or anything with Bootstrap ? View @Html.Script(ScriptRef.JQueryValidate, "top", true) @{ HtmlHelper

sitefinity Validation data view

社会主义新天地 提交于 2021-01-24 10:35:08
问题 I am building this MVC form not using the sitefinity form control. I wanted to add validate to the First Name TextBox. In the model I have [Required] attribute on the property in the view model used by the view. I only get the red text The FirstName field is required. but I wanted the textbox and label to be red as well. Is there another class I need to use for the TextBox or anything with Bootstrap ? View @Html.Script(ScriptRef.JQueryValidate, "top", true) @{ HtmlHelper

Blob files have to renamed manually to include parent folder path

不想你离开。 提交于 2020-01-17 03:06:14
问题 We are new to Windows azure and have used Windows azure storage for blob objects while developing sitefinity application but the blob files which are uploaded to this storage via publishing to azure from Visual Studio uploads files with only the file names and do not maintain the prefix folder name and slash. Hence we have to rename all files manually on the windows azure management portal and put the folder name and slash in the beginning of each file name so that the page which is accessing

Blob files have to renamed manually to include parent folder path

痞子三分冷 提交于 2020-01-17 03:05:09
问题 We are new to Windows azure and have used Windows azure storage for blob objects while developing sitefinity application but the blob files which are uploaded to this storage via publishing to azure from Visual Studio uploads files with only the file names and do not maintain the prefix folder name and slash. Hence we have to rename all files manually on the windows azure management portal and put the folder name and slash in the beginning of each file name so that the page which is accessing