Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

When to use extjs as an alternative name?


Asked by Reuben Enriquez on Dec 03, 2021 Extjs



This is usually "Ext", but if a sandboxed build of ExtJS is being used, this will be an alternative name. If code is being generated for use by eval or to create a new Function, and the global instance of Ext must be referenced, this is the name that should be built into the code.
Consequently,
Ext JS class for this is 'Ext.form.field.Date'. This is to represent a button. Ext JS class for this is 'Ext.button.Button'. This is to represent a radio field, where we can select any one among the all radio buttons or it can be customized to select multiple at a time.
Moreover, Despite previous controversy, Ext JS now has a GPLv3 open source license. Its learning curve is long, but it can be quite rewarding once learned. Ext JS lacks a Material Design theme, and the team has repeatedly refused to release the source code on GitHub.
In fact,
The name property is normally used by fields and there is a much better way to fetch them as the ComponentQuery. So if this is about fields I strongly recommend you to use findField () instead of a ComponentQuery.
Keeping this in consideration,
Ext JS class for textfield is 'Ext.Form.Field.Text'. This is to represent a text area. Ext JS class for this is 'Ext.form.field.TextArea'. This is to represent a display text field. Ext JS class for this is 'Ext.form.Label'. This is to represent a date field which has the date picker to select the date.