문제

I'm using Sencha ExtJS 4 framework, and ExtDirect4DotNet server-side stack with ASP.NET. I ran into an issue with the Sencha ExtJS MVC model functionality.

There is a standard field in the Ext.tree.Panel component, called "checked". This is also a keyword in .NET. It turns to a blue color in Visual Studio 2012. Is there a way in Sencha to send a different value when the proxy sends JSON requests to the server? I was thinking of overriding an event listener with some code to change it, but I'd rather use standard functionality if possible.

I'll +1 anything that works, and will accept the most standard functionality.

Screen shot:

enter image description here

도움이 되었습니까?

해결책

Use the @ character:

public bool @checked;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top