rordonez
9 Mar 2012, 7:00 PM
While Prototyping an application with a Tab panel and an jsonp Store,
I edited the template to show a list inside one of the tab panels, I used {FIELDNAME:usMoney}
For the list template.
The list Never showed (just a loading message) on the published version but rendered correctly inside Designer 2 verison Build 311.
After removing the usMoney on the list Template <div>{FIELD}</div>
The list showed the results from the jsonp Correctly and the application was published correctly.
The store Had a Model Built Separatly and json reader came from a php application, The fields that were trying to be formatted were float, and had number like 1250000.24452.
hth
Rodrigo O
Xnet
I edited the template to show a list inside one of the tab panels, I used {FIELDNAME:usMoney}
For the list template.
The list Never showed (just a loading message) on the published version but rendered correctly inside Designer 2 verison Build 311.
After removing the usMoney on the list Template <div>{FIELD}</div>
The list showed the results from the jsonp Correctly and the application was published correctly.
The store Had a Model Built Separatly and json reader came from a php application, The fields that were trying to be formatted were float, and had number like 1250000.24452.
hth
Rodrigo O
Xnet