sitefinity-feather

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