File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ $.ig.loaderClass.locale.descriptions = {
3737 validatorDescription : "Component that offers validation options for variety of page elements." ,
3838 videoPlayerDescription : "Component that displays HTML 5 videos." ,
3939 templatingDescription : "A JavaScript library used to apply a content template to HTML elements." ,
40+ advancedTemplatingDescription : "An extension of igTemplating that provides advanced templating features such as conditional rendering and iteration." ,
4041 gridDescription : "Component used for displaying tabular data." ,
4142 gridColumnMovingDescription : "Allows moving columns to change their order." ,
4243 dataSourceDescription : "Component used for binding to various kinds of data." ,
@@ -229,6 +230,15 @@ $.ig.dependencies = [
229230 css : [ ] ,
230231 description : $ . ig . loaderClass . locale . descriptions . templatingDescription
231232 } ,
233+ {
234+ widget : "igAdvancedTemplating" ,
235+ dependency : [ { name : "igTemplating" } ] ,
236+ scripts : [ "$path$/modules/infragistics.templating.advanced.js" ] ,
237+ locale : [ ] ,
238+ group : $ . ig . loaderClass . locale . miscGroup ,
239+ css : [ ] ,
240+ description : $ . ig . loaderClass . locale . descriptions . advancedTemplatingDescription
241+ } ,
232242 {
233243 widget : "igScroll" ,
234244 dependency : [ { name : "igWidget" } ] ,
You can’t perform that action at this time.
0 commit comments