Socket
Socket
Sign inDemoInstall

fhdp-fh-starter

Package Overview
Dependencies
103
Maintainers
5
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fhdp-fh-starter

Configurable starter for asseco/fh


Version published
Weekly downloads
336
increased by1500%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

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
---------------------------------------------------------------

FAQs

Last updated on 18 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc