Search Type: Posts; User: dwr
Search: Search took 0.03 seconds.
-
2 Oct 2012 3:36 PM
Jump to post Thread: Ext js forms, models and file uploads by dwr
- Replies
- 8
- Views
- 973
Thanks for reply.
looking forward for your data.connection mod ;) -
25 Sep 2012 1:12 AM
- Replies
- 2
- Views
- 334
restorring formatting is easy: Everytime field is loaded it passes through a "renderer" function which does the formatting. It knows keywords and styles. All has to do is replace "matching text" with...
-
24 Sep 2012 7:42 AM
- Replies
- 2
- Views
- 334
I have some interesting case here.
TextArea or HtmlEditor (lets call itTextBox) values are loaded and saved to db in plaintext format.
I DONT want to save html in db. Or at least don't want to... -
19 Jul 2012 6:51 AM
- Replies
- 0
- Views
- 331
I try to use associated models with grid filter feature.
associated models load (good).
Grid loads also (good)
Grid loads filtered data matching parent model id (good).
On the loaded grid... -
19 Jul 2012 6:26 AM
- Replies
- 2
- Views
- 403
I suggest to add this method to Ext.data.AbstractStore.
It could be useful for doing stuff in case sync is need or not.
needsSync: function () {
var me = this;
return... -
2 Jul 2012 6:01 AM
- Replies
- 6
- Views
- 873
though found another bug not that critical but still exists:
when both plugins are used, rows/fields with modified records are not being marked with the red triangle. though its cosmetic bug still... -
2 Jul 2012 5:50 AM
- Replies
- 6
- Views
- 873
found solution. easy. change the order of plugins :)
{
xtype: 'grid',
plugins: [
{
ptype: 'rowexpander', -
2 Jul 2012 5:45 AM
- Replies
- 6
- Views
- 873
I am using 4.1 stable and the problem persists. Would love to get a solution for this w/o hacking ext-all.js
an option would be injecting check for editor existance or field data before calling... -
26 Jun 2012 6:49 AM
Jump to post Thread: Ext js forms, models and file uploads by dwr
- Replies
- 8
- Views
- 973
Thanks for quick reply.
thats exactly what i am doing now. 2 calls upload of file on success event of save() call. -
26 Jun 2012 6:34 AM
Jump to post Thread: Ext js forms, models and file uploads by dwr
- Replies
- 8
- Views
- 973
i have same issue with my app. mvc + fileupload produce dirty workarounds.
any suggestion on this topic for an easy clean solution? the best would be to have image data posted with the record on... -
26 Jun 2012 6:30 AM
Jump to post Thread: Upload Image by dwr
- Replies
- 4
- Views
- 1,531
there is no problem with standalone form. form.submit() and all solved. BUT!
what if form does not get submitted at all?
Ext.Application pattern recommends following:
r = App.Model.SomeModel;... -
1 Jun 2012 7:07 AM
- Replies
- 1
- Views
- 583
Config:
* Create FormPanel with text fields.
* Make form to have several text fields.
* Set one text field (e.g. 'FullText') to have allowBlank: false
Result:
* FormPanel gets created...
Results 1 to 12 of 12
