Nothing Special   »   [go: up one dir, main page]

5.1.3 • Published 4 months ago

@grapecity/activereports-localization v5.1.3

Weekly downloads
157
License
Commercial
Repository
-
Last release
4 months ago

ActiveReportsJS Localization

This package is a part of the ActiveReportsJS and provides language resources for ARJS Viewer and Designer Components

Supported languages are: Japanese 'ja', Chinese 'zh', Korean 'ko', Dutch 'nl', German 'de', Italian 'it', Brazilian Portuguese 'pt-BR'.

Installation and Usage

Install ARJS Localization package

npm install @grapecity/activereports-localization

ActiveReportsJS Viewer

  1. Add reference to localization package

using html script tag:

<script type="text/javascript" src="./dist/ar-js-locales.js"></script>

or import:

import '@grapecity/activereports-localization';
  1. Pass necessary language to viewer using language property:
var viewer = new ActiveReports.Viewer('#root', { language: 'ja' });

or in components

<Viewer language="ja" />
  1. Also you can pass language property to PageReport ctr (can be used in exporting/printing reports without viewer):
var pageReport = new ARJS.PageReport({ language: 'ja' });

ActiveReportsJS Designer

  1. Add reference to localization package

using html script tag:

<script type="text/javascript" src="./dist/designer/ja-locale.js"></script>
  1. Pass necessary language to designer using language property:
var designer = new GC.ActiveReports.ReportDesigner.Designer('#designer-host', { language: 'ja' });

Documentation

For more information on how to use ActiveReportsJS and available tools, refer to the Documentation or API reference for guidance.

5.1.3

4 months ago

5.1.1

4 months ago

5.0.4

6 months ago

5.0.3

7 months ago

5.0.2

8 months ago

5.0.0

8 months ago

4.2.2

12 months ago

4.2.1

1 year ago

4.1.0

2 years ago

4.2.0

1 year ago

4.1.1

1 year ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.0-rc.1

2 years ago

3.2.2

2 years ago

3.2.1

2 years ago

3.2.0

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.1.0-beta.306

3 years ago

3.1.0-beta.296

3 years ago

3.0.0

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.0-beta.224

3 years ago

2.1.4

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.3

4 years ago

2.1.0-beta.141

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-beta.118

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago