Search Type: Posts; User: tellioglu
Search: Search took 0.02 seconds.
-
22 Feb 2008 11:41 AM
- Replies
- 6
- Views
- 5,793
Again, thanks for the quick reply!
Yes, that helps a lot and dissolves my confusion :)
Horst -
22 Feb 2008 11:24 AM
- Replies
- 6
- Views
- 5,793
Hi -
Thanks for your reply.
Well first I read about it in a book called "JavaScript The Definitive Guide" ;) then I looked at the documentation of... -
22 Feb 2008 6:24 AM
- Replies
- 6
- Views
- 5,793
Hi!
I am totally confused ;) I am trying to call the method getResponseHeader() of the response object passed to the success callback function of the Ajax.request's option object.
But... -
13 Feb 2008 10:57 AM
- Replies
- 2
- Views
- 1,268
Hi -
thanks for your quick reply!
I know that the hyphen has a special meaning. I just couldn't manage to use subscript notation in XTemplate conditions. I do want to use hyphens in my... -
13 Feb 2008 6:07 AM
- Replies
- 2
- Views
- 1,268
Hi!
I would like to use a hyphenated property name in an XTemplate condition. I tried many variations of escape characters and special characters but nothing seems to work.
'<tpl... -
4 Jan 2008 2:49 AM
- Replies
- 3
- Views
- 859
Hi -
I am not sure I understand what you mean by "german view" but did you try to add something like this
format: 'G:i',
to the config options of the time field? -
3 Jan 2008 3:17 AM
Jump to post Thread: Submitted forms handled by php? by tellioglu
- Replies
- 1
- Views
- 706
Hi -
Of course it is possible. I think, if you try to describe the reason why it shouldn't be possible, the problem solves itself. -
3 Jan 2008 2:21 AM
- Replies
- 2
- Views
- 1,506
Hi,
thanks for the quick reply!
Yes it does. If I add msgDisplay like this
{ -
2 Jan 2008 2:15 PM
- Replies
- 2
- Views
- 1,506
Hi,
setting a form field's message target to an element ID seems to cause problems with MSIE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
... -
14 Dec 2007 9:48 AM
- Replies
- 10
- Views
- 7,379
Yes, thanks, I know. But what about the Content-Type?
-
14 Dec 2007 3:52 AM
- Replies
- 10
- Views
- 7,379
Now this sounds like you trying to set the standard for acceptable quality ;) A bug is a bug is a bug and not being able to PUT is a missing feature.
But seriously: my web service throws an... -
14 Dec 2007 3:27 AM
- Replies
- 10
- Views
- 7,379
I would like to PUT and POST xml to a web service using Ext's Ajax object and have a header like this one
Content-type: application/xml; charset="ebcdic-fr-297+euro"
included ;) -
14 Dec 2007 3:09 AM
- Replies
- 10
- Views
- 7,379
Hi -
I am trying to POST and PUT some XML data. Looks like this bug
is also in the final version of Ext JS 2.0 and I am trying to find a work-around. If I am doing this:
... -
12 Dec 2007 8:39 AM
- Replies
- 7
- Views
- 1,323
If you look at my example, you will see, that I gave the span-element an id. Use it to access the element for changing the text.
-
12 Dec 2007 7:12 AM
- Replies
- 7
- Views
- 1,323
I am sorry, you are right. Here is the full code I tested:
[CODE]var fpNewIdea = new Ext.form.FormPanel(
{
labelAlign: 'left',
title: ' -
12 Dec 2007 6:15 AM
- Replies
- 7
- Views
- 1,323
Hi!
How about this approach:
items: [
{
html: '<span id="text-that-can-be-changed">change me</span>' -
12 Dec 2007 4:37 AM
- Replies
- 50
- Views
- 14,362
I am sorry you are right. If Ext.form.Action is using Ajax and not doing a "HTML form submit" - or whatever we should call it - then it would be best to support all HTTP methods and also sending...
-
11 Dec 2007 5:45 AM
- Replies
- 50
- Views
- 14,362
I only find GET and POST mentioned in Ext.form.BasicForm. And that should be ok as long as (X)HTML itself doesn't support other HTTP-methods for form-elements ;)
-
11 Dec 2007 2:19 AM
- Replies
- 5
- Views
- 1,456
I also would like to do that. I would like to create a table with rows and only append the completed table. That should be a little bit faster than modifying the document every time a single...
-
11 Dec 2007 1:57 AM
- Replies
- 50
- Views
- 14,362
Hi!
I can recommend the book "RESTful Web Services" by Leonard Richardson and Sam Ruby. I found it very helpful and interesting to read. I am currently implementing an application with Ext JS on... -
9 Dec 2007 7:02 AM
- Replies
- 1
- Views
- 1,478
Hi,
how about something like this:
var label = Ext.DomQuery.selectNode('label[@for=postal-code-field]');
Ext.DomHelper.applyStyles(label, 'font-weight: bolder'); -
5 Dec 2007 7:05 AM
Jump to post Thread: DomHelper / table / MSIE 6 by tellioglu
- Replies
- 0
- Views
- 696
Hi!
I am trying to create a table with DomHelper. It seems that it is not possible to add a tr-element to the thead-element. Is this a known bug in MSIE 6 or is something wrong with my code?
... -
3 Dec 2007 7:51 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by tellioglu
- Replies
- 677
- Views
- 252,762
I think the default format for Ext.form.TimeField is not 'm/d/y' as the documentation says but 'g:i A'.
-
27 Nov 2007 12:36 AM
Jump to post Thread: how to load data for this case? by tellioglu
- Replies
- 3
- Views
- 977
There are many events listed in the documentation of the combobox. And there is even a function called onTriggerClick() ;) But maybe I don't understand your problem...
-
25 Nov 2007 6:27 AM
Jump to post Thread: value not being passed to php by tellioglu
- Replies
- 8
- Views
- 2,271
I also need the week to begin on monday but couldn't find anything in the API doc about setting startDay for a DateField. I found this though:
http://extjs.com/forum/showthread.php?t=13609
The...
Results 1 to 25 of 48
