Hi ssamayoa,
thanks for your response. The only way I could figure out was to add a class in the controller section and set the extend property to the base class. This is legal but SA does not...
Type: Posts; User: FSolutionsDev
Hi ssamayoa,
thanks for your response. The only way I could figure out was to add a class in the controller section and set the extend property to the base class. This is legal but SA does not...
Hi folks,
I am struggling for something that should be simple to do in SA:
I have implemented a Controller called BaseListController (adding a Controller via Menu)
I want to define a...
ok, got that one myself:
In Architect go to the Controller that listens to the event
In the Config Tab type "init" and add an init function
Implement the adapted Code:
this.listen({
// We...
Hi,
here is what I want to do:
I have a TreeController which fires an event such as:
this.fireEvent('onItemTreeSelected', {
storeId: record.data.storeId,
colDefReference: ...
Hi Steve,
yes, that would be great (sending the odata aux), is there a way to provide you with my mail adress, without posting it to the forum?
I will definetly have a look at your instruction...
Hi ssamayoa,
this is just a sort of "learning extjs" sample using Sencha Architect. The idea is to have freedom to initialize a class with the instantiation of the class. So how could I go about...
Hi guys,
how can I modify the constructor of a class in SA?
If I add a class to a model the constructor is parameterless and I cannot change it. If I add a custom class and add a constructor...
Hi,
may I add to the previous post, that what would really be great is to have an Odata proxy type out of the box in Architect. I have seen in the Sencha Store there is a plugin of Odata for SAP,...
Hi,
in order to connet to our MVC Web Api Controller Services using the OData Protocol, I implemented the User Extension : http://www.sencha.com/forum/showthread.php?194911 which for a GET Request...
Thanks again, I have jquery in mind to solve that problem. From within the handler defined by jquery I should be able to call my ExtJs classes. I will give that a try.
Hi jjohnston,
thanks for your quick response.Your suggestions worked for me, finally the template gets rendered!
So it seems your assumption is correct.
May I ask one more question. If I...
Hi,
I am using Sencha Architect 3 and would like to have a filter column header on my columns. I read some posts and tried the following:
1. I defined a custom column class as (I have added an...