Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

absent: ext-colorPicker's Template inner block

Open fabriciomurta opened this issue 5 years ago • 0 comments

Found: Ext.NET 7.0.0-preview4_2020-07-18.

This one really looks like just for some reason Ext.NET 5's referred to template as an alias of tpl. According to Ext JS, the actual config would be Ext.picker.Color.tpl.

Other Ext.NET 5 components, like ext:DataView in Data View > Advanced > Report uses the <Tpl /> tag, which suggests this one should be renamed to Tpl as well.

But there are other examples using the <Template /> tag as well.

Note: Not to be mistaken with the UX Colorpicker button, colorPreview, field, selector from Ext.ux.colorpick.

WebForms examples matching <Template

  1. Chart > Combination > Infographic
  2. ColorPicker > Basic > Custom_View
  3. GridPanel > ColumnModel > Column_Variations
  4. GridPanel > RowExpander > Local_Mode
  5. GridPanel > RowExpander > Remote_Mode
  6. Miscellaneous > Icon > Icon_Summary
  7. TreePanel > Advanced > TreeGrid

MVC examples matching \.Template\(

  1. ColorPicker > Basic > Custom_View
  2. TreePanel > Advanced > TreeGrid

fabriciomurta avatar Jul 20 '20 21:07 fabriciomurta