4.10.801 • Published 4 months ago

fhdp-fh-starter v4.10.801

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

QuickStart!

Example use:

const fhInstance = FhApplication.getInstance({
            registerStandardModules: true,
            registerChartsControls: true,
            registerFhDPControls: true,
            extensionsConfig: {
                extendFHML: true
            }
});

fhInstance.init();

Example use in portlet:

const localPumaWsURL = 'ws://localhost:8090/socketForms';
const fhInstance = FhApplication.getInstance({
            registerStandardModules: true,
            registerChartsControls: true,
            registerFhDPControls: true,
            extensionsConfig: {
                extendFHML: true
            },
            liferay: {
              enabled: true,
              fhBaseUrl,
              fhContextPath,
              localPumaWsURL,
              Liferay
            }
});

fhInstance.init();

Values fhBaseUrl, fhContextPath and Liferay should be provided from template jsp file, and defined at the top as:

declare const Liferay: any;
declare const fhBaseUrl: string;
declare const fhContextPath: string;

Additional info

  1. Type extensionsConfig is provided by library fhdp-extenders.
  2. This package contains the latest versions of fh components, fhdp-components and fdhp-extenders, if you're including this package you don't have need to including them.

Versions table:

fhdp-fh-starter versionlib nameincluded version
v.18.0.0 - v.18.0.11fh-basic-controls4.6.25-test2
fh-charts-controls4.6.25
fh-designer4.6.25
fh-forms-handler4.6.25
fh-maps-controls4.6.25
fh-printer-agent4.6.25
fh-sensors4.6.25
fhdp-controls18.1.3
fhdp-extenders18.0.4
---------------------------------------------------------------
4.10.8

8 months ago

4.10.801

8 months ago

4.10.6

1 year ago

4.10.7

1 year ago

4.10.5

2 years ago

4.10.0-PL-6

3 years ago

4.10.4

3 years ago

4.10.4-PL

3 years ago

4.10.401

3 years ago

4.10.301

3 years ago

4.10.0-PL-4

3 years ago

4.10.3

3 years ago

4.10.2

3 years ago

4.10.0

3 years ago

4.9.24

3 years ago

4.9.26

3 years ago

4.9.25

3 years ago

4.9.23

3 years ago