Package com.logicaldoc.webform.client
Class Webform
java.lang.Object
com.logicaldoc.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 SummaryConstructors
- 
Method SummaryModifier 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- 
Webformpublic Webform()
 
- 
- 
Method Details- 
onModuleLoadpublic void onModuleLoad()- Specified by:
- onModuleLoadin interface- com.google.gwt.core.client.EntryPoint
 
- 
injectCustomCssInjects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.- Parameters:
- customCss- the CSS to inject
 
 
-