Class Webform

java.lang.Object
com.logicaldoc.webform.client.Webform
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class Webform extends Object implements com.google.gwt.core.client.EntryPoint
The Sessions entry point used for displaying a web form
Since:
8.7
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • Webform

      public Webform()
  • Method Details

    • onModuleLoad

      public void onModuleLoad()
      Specified by:
      onModuleLoad in interface com.google.gwt.core.client.EntryPoint
    • injectCustomCss

      public static void injectCustomCss(String customCss)
      Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.
      Parameters:
      customCss - the CSS to inject