Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-1310
in
a recent build.
-
Sencha Premium Member
Adding writer to proxy
Hi there,
Maybe I´m only confused cause of this great IDE - but i can´t find the writer class which i want to add to my model proxy!? The reader is available - but not the writer...
Has anyone a suggestion for me?
Thanks & cheers,
Mike
-
Mike -
Writer support is not yet implemented. It will be coming soon.
-
Sencha Premium Member
Hi,
Are there any ways to import a component or something like that, to implement "writer" until your done ?
Thanks you
-
As a temporary workaround, you could subclass the store/model outside of the designer and then use that subclass inside the designer.
For example if you have a model called "User" you could subclass outside of designer and call it "UserWithWriter". Then inside of designer you would change the reference from User to UserWithWriter.
-
Sencha Premium Member
-
Sencha User
Changing reference
Hi there.
what do you mean by 'changing reference' in designer??
thanks
b.
-
Where you bind the model to the Store, instead of selecting User from the dropdown you would use the subclassed version UserWithWriter.
That being said, this point is no longer valid. Todays build 286 now includes writer support.
-
Sencha User
Changing reference
awesome.
thanks for all of your help.
ben.