Tagged Questions
The ext.js tag has no wiki summary.
5
votes
2answers
7k views
How would one do html input tag autocomplete in Ext.js?
If you're using the Ext.js library, how does one do autocomplete in input text areas?
More precisely, how would one do autocomplete based on iterative Ajax requests (like the jQuery autocomplete ...
2
votes
1answer
189 views
Ext.NET DateField - formatting reversing itself
We have a weird situation where an Ext.NET datefield is 'switching' formats if we input values in a certain style.
Specifically, if I input '01/12/09', when I blur the field, it will appear as ...
1
vote
1answer
418 views
Sencha Touch: Back button toggle visibility based on User Agent?
I am new to sencha touch and I am trying to use the back button in my toolbar. I wish to toggle its visibility based on the User Agent detected. By default it is visible but if the user agent is ...
1
vote
1answer
141 views
Ext.Js 4 numberfield default value problem
The problem is: How can I set a default value of a xtype:'numberfield' ?
I found out at the documentation of Ext.Js 4 that you should set the value field.
...
1
vote
0answers
149 views
ext.js load JSON data gridpanel failure , using Ext designer
So, due to my noobiness, with EXT.js I am using the GUI ext designer to develop a data portal of sorts... I am retrieving the data form the server via PHP encoded as JSON. I have dropped the url into ...
0
votes
0answers
32 views
Map goes blank when adding a marker
function AddMarker()
{
//alert(center);
var themap = new google.maps.Map(Ext.getDom('objMap') , {
center: new google.maps.LatLng(center),
zoom: 14,
...
0
votes
1answer
37 views
Execute function after multiple elements was loaded in Ext.js
I can't find how to bind event to several elements in ext.js, or any specific event fired after initialization of all the elements on the page, so I want to ask how to bind event to several elements ...
0
votes
0answers
25 views
Creating message in jquery dialog box instead of ext.js
I have created message box using ext.js code in my application. It is working fine. But, as per the client requirement I want to change that message box to jquery message box using jquery ...
0
votes
2answers
136 views
Sencha scope problem
I've completely rewritten my question to hopefully better reflect what I am trying to do here. Thank you guys so much for your help so far.
I have a file called en.js, which holds this code:
...
0
votes
0answers
167 views
XML with namespace. Issue with Internet Explorer
I am having an issue rendering data from XML with namespacing in Internet Explorer 6, 7 and 8(haven't checked 9). It works in Chrome though. The XML is formatted like this,
<?xml version="1.0" ...
0
votes
2answers
1k views
How to fix ''null' is null or not an object' in IE when using jQuery and extjs
I am getting an "'null' is null or not an object" in IE when using jQuery. It works fine in Chrome and Firefox. Please help.
Webpage error details
User Agent: Mozilla/4.0 (compatible;
MSIE 8.0; ...
0
votes
4answers
4k views
ext.js is undefined
In my aspx page:
<script type="text/javascript">
Ext.onReady(function() {
Ext.get('mb1').on('click', function(e) {
Ext.MessageBox.confirm('Confirm', 'Are you sure you want to do ...