property of static class JsNgram
Description
Content type that is used to load text files.
Example
JsNgram.ajaxText =
{
dataType: 'text',
mimeType: 'text/plain; charset=shift_jis'
};
Default value
{
dataType: 'text',
mimeType: 'text/plain; charset=utf8'
}
Usage
This is a constant string set for the system. Users may change the charset here when the entire system uses another charset including the backend system.