Class Webform
java.lang.Object
com.logicaldoc.form.gui.webform.client.Webform
- All Implemented Interfaces:
 com.google.gwt.core.client.EntryPoint
The Sessions entry point used for displaying a web form
- Since:
 - 8.7
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidinjectCustomCss(String customCss) Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.void 
- 
Constructor Details
- 
Webform
public Webform() 
 - 
 - 
Method Details
- 
onModuleLoad
public void onModuleLoad()- Specified by:
 onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint
 - 
injectCustomCss
Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.- Parameters:
 customCss- the CSS to inject
 
 -