get_widget(class_name, args={}, values={})
Get a defined widget
class_name - the fully qualified class name of the widget
args - keyword arguments required to create a specific widget
values - form values that are passed in from the interface
string - html form of the widget
class_name = 'TableLayoutWdg'
args = {
'view': 'manage',
'search_type': 'prod/asset',
}
widget = server.get_widget(class_name, args))