Components in workbench module The following topics describe components that are in the workbench module. workbench-KioskService workbench-KioskService is used to enable the Kiosk mode. Kiosk mode provides a way to run aWorkbench station so that it fulfills many of the needs of a stand-alone operator workstation as well as many needs of a touchscreen interface. In order to automatically start Kiosk mode, you must have a locally connected display.workbench-WbFieldEditorBindingWbFieldEditorBinding is used to bind WbFieldEditors to an object. It allows any existing WbFieldEditor (BooleanFE, EnumFE, AbsTimeFE,etc) to be used in a PX presentation.workbench-WbViewBindingWbViewBinding is used to bind WbViews to an object. It allows any existing WbView (PropertySheet, WireSheet, manager view, etc.) to be used in a PX presentation.workbench-WsOptionsThese are stored under /user/{user}/wiresheet.options.workbench-WebBrowserThis component can be added to a Px page to expose an external website (e.g. www.google.com) inside Workbench in a Web Browser View. The component properties allow you to configure browser display details for the referenced site.workbench-WebWidgetThis is a bajaux, HTML5-based application that incorporates a view with interactive functionality which allows you to edit properties and invoke commands from the view. You can easily add data to a WebWidget, such as the WebChart or Dashboard, simply by dragging one or more components onto the widget. The widget renders in both Workbench and HTML5 Hx interfaces. The widget also integrates into the environment. For example, commands defined for a WebWidget render as added tool bar icons in Workbench, as well as in the HTML5 Hx profile in a web browser. Parent topic: Component guides