次のレコードフィールドをGridPanelストアに追加すると、サイト Uncaught SyntaxError: Unexpected identifier
はChromeコンソールにJavaScriptエラーをスローします
<ext:RecordField Name="listname" AllowBlank="false" DefaultValue="Listname" />
<ext:RecordField Name="recipients" AllowBlank="false" DefaultValue="Listmembers" />
<ext:RecordField Name="usage" AllowBlank="true" />
<ext:RecordField Name="responsible" AllowBlank="false" DefaultValue="please add Responsible Person(s)/ Group(s)" />
Firebugコンソールは次のエラーを出します:
SyntaxError: missing } after property list
[Break On This Error]
...,name:"responsible",defaultValue:please add Responsible Person(s)/ Group(s)}]}),...
---------------------------------------------|
admin.aspx (line 16, col 60)
デフォルト値が文字列として正しく引用されていないように見えますが、どうすれば修正できますか?