4.10.5 • Published 1 month ago

fhdp-fh-starter v4.10.5

Weekly downloads
-
License
-
Repository
-
Last release
1 month 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.5

12 months ago

4.10.0-PL-6

2 years ago

4.10.4

1 year ago

4.10.4-PL

2 years ago

4.10.401

1 year ago

4.10.301

2 years ago

4.10.0-PL-4

2 years ago

4.10.3

2 years ago

4.10.2

2 years ago

4.10.0

2 years ago

4.9.24

2 years ago

4.9.26

2 years ago

4.9.25

2 years ago

4.9.23

2 years ago