I got a custom component in which i set the html with an xtemplate something like this Ext.apply(me, { html: mainTpl.apply() }); I want to add some textfields to my XTemplate too and i cant figure out how to do this. new Ext.XTemplate('<d...
I am very new to extjs. I want to call onclick event once I click on div, Below is the code. Please help, Thanks in advance. var resultTemplate = new Ext.XTemplate( '<tpl for=".">', '<div class="list-item...
Here is the store code: Ext.define('NG.store.WhatsNews', { extend: 'NG.store.AbstractStore', model: 'NG.model.auxClasses.notifications.WhatsNew', alias: 'store.whatsnewstore', autoLoad:true, buffer...
I need your help with overriding an ExtJs Time field to show one custom value, 23:59. I tried to override the createStore function, but my time picker still has the standard values. What could be the issue? Ext.override(Ext.picker.Time, { create...
Our application uses the Ext.grid.Panel to display rows of data. When the user clicks a "New..." button we are adding a new record to the grid store. Everything is working fine. However, on certain fields, of just this new (as of yet) unsyn...
a) Here's a JS fiddle to help show what's happening: http://jsfiddle.net/CKpPW/ b) To replicate the issue, select the first drop down and notice how the full name appears. Then expand the second drop down and notice how the display of the fir...
I have a custom component in ExtJs that is a form field (GridField). It displays a grid as a form field and works as expected. The observations are as follows: When the form is rendered alone (eg. in a window or the first panel in a card layout, ev...
I have managed to implement a treepanel and everything seems to be working. I have data like so ( see below). My fields I "name" which holds below things like "ItemA", "ProductA" which are nodes and the "Iron" which is...
All examples that I have found so far explain how to render ExtJS (4.2) MVC application within the "viewport", which in other words means full browser screen, and occupying whole HTML BODY. I would like to render application within the exist...
and i found one more issue with extjs editor. when i copy the <ol type="A" style="margin-top: 0pt; margin-bottom: 0pt;"> <li style="line-height: 115%; font-size: 11pt; margin-top: 0pt; margin-bottom: 10pt;"...
©2020 All rights reserved.