Search Type: Posts; User: ajmas
Search: Search took 0.01 seconds.
-
30 Jun 2011 1:55 PM
- Replies
- 0
- Views
- 1,237
I have a date field that I need to display as 'Y-m-d' format and submit to the server as 'Y-m-d\\TH:i:s.uP'. Does anyone have any ideas on how to go about doing this?
I tried over-riding... -
12 Jan 2011 6:51 AM
Jump to post Thread: List view and showing tooltips by ajmas
- Replies
- 1
- Views
- 1,207
I would like to be able show a tooltip over a row in the ListView, with each row showing a different tip, though I am not too sure how to go about it? Does anyone have any examples they can point me...
-
11 Jan 2011 1:57 PM
- Replies
- 1
- Views
- 596
I am wanting to update a the value in a record and in doing so have the grid display the new value.
What I am finding is that if I make a change to the value such that the reference stays the... -
22 Dec 2010 10:40 AM
- Replies
- 1
- Views
- 852
Turns out that I should be placing the "labelAlign: 'top'" at the panel level
Ext.ns('test.panel');
test.panel,MyPanel = Ext.extend(Ext.Panel, {
constructor: function ( config ) { -
22 Dec 2010 7:30 AM
- Replies
- 1
- Views
- 852
I have a FormPanel (Ext.form.FormPanel) that contains a number of fields and sub panels (Ext.Panel). Each sub panel in turn has fields, but is uses the FormLayout. In the base panel I am able to get...
-
17 Dec 2010 2:53 PM
- Replies
- 1
- Views
- 390
I have made some headway, but I now find that the labels for my fields aren't being rendered and that the fields aren't being placed on separate lines (they are all grouping together on one line):
... -
17 Dec 2010 2:50 PM
- Replies
- 9
- Views
- 11,164
I realise this is an old post, but since it comes up in searches, I thought I would share another approach using CSS3:
Define a style for 'x-panel-header' and use the border-radius attribute. You... -
17 Dec 2010 1:44 PM
- Replies
- 1
- Views
- 390
I am unable to apply any spacing between my laid out panels:
I am trying to implement a page that will be used for form input. The presentation consists of two columns, each with form elements (of... -
21 Oct 2010 1:14 PM
- Replies
- 1
- Views
- 1,214
The solution I ended up using was some CSS, coupled with the existing code I had:
.x-list-body .x-grid3-row-alt {
background-color: #FFFFFF;
}
.x-list-body... -
21 Oct 2010 11:41 AM
- Replies
- 1
- Views
- 1,214
Follows is some code I have for displaying a ListView with each line an alternating colour. The problem I am having is that when selecting a row (by clicking on it), only the rows without...
-
13 Aug 2010 10:21 AM
- Replies
- 3
- Views
- 644
@darthwes: I tried you approach (it seemed the simplest, but it doesn't seem to work (I still get the original behaviour). I have posted an extract of the code I am using (loosely based on the...
-
13 Aug 2010 5:50 AM
- Replies
- 2
- Views
- 530
I had considered that, but I wasn't sure whether I should be inheriting from any specific ExtJS class, so that it gets laied out properly in the form (including label). I had considered using the...
-
11 Aug 2010 10:38 AM
- Replies
- 3
- Views
- 644
I have an 'editor grid' using a custom 'column model'. The intent is to be able to modify a short amount of text directly in the editor field, and by means of a trigger field, open up a window to be...
-
10 Aug 2010 10:32 AM
- Replies
- 2
- Views
- 530
I have a form in which the value field should display the appropriate input editor (date, text, number, etc), based on the data type corresponding property name selected from a preceding combo-box....
-
4 Aug 2010 11:48 AM
- Replies
- 1
- Views
- 564
For a project I am working on I want a TextField that allows editing, but on clicking on a button to the side of it, it would open a floating window, allowing more text to be viewed/edited. This will...
-
4 Aug 2010 9:20 AM
Jump to post Thread: [new version] DateTime Field by ajmas
- Replies
- 834
- Views
- 312,913
I was using the code at the beginning of the topic (I assume it is the one you have been keeping updated), and ran into a small issue, with regards to parsing the initial date-time value:
I am... -
19 Jul 2010 9:10 AM
- Replies
- 0
- Views
- 614
I have create a floating window with a border layout separating two panels. This works fine when I display the windows, though the issue I have is when I resize the window.
My expectation is to...
Results 1 to 17 of 17
