context parsed wrong when editing "object" property
REQUIRED INFORMATION
Architect Build tested:Project Type:Description:- I find it's hard to edit any "object" properties in SA2.
- When I edit "style" property of a panel, and put something like
- {
opacity: '0.8';
background-color: #3d71b8
}
or just
- opacity: '0.8';
background-color: #3d71b8
they are all parsed as string in SA2, and get results as
'{\r\n opacity: \'0.8\';\r\n background-color: #3d71b8\r\n}'
or
'opacity: \'0.8\';\r\nbackground-color: #3d71b8'
Steps to reproduce the problem:HELPFUL INFORMATION
Operating System:
Same issue about proxy api
BTW, plz help me to write such api in the write way, I really get puzzle with it:
api:
{ create :'/controller/new',
read :'/controller/load',
update :'/controller/update',
destroy :'/controller/destroy_action'
}
It's in document of Ext.data.proxy.Server, and I try a lot of way to put them in SA2, but give up at the end.
so what about setting the maxValue for the date picker?
I have tried the following:
new Date()
new Date();
'new Date()'
'new Date();'
all without success. I have also chosen 'object' from the dropdown on the left side. According to the API documentation ith should just be:
new Date()
Very frustrated.