DateEntry.web_widget#
- property DateEntry.web_widget: str[source]#
The element’s rendered html code for display on a page.
Notes
This function gets the
template_data
, and uses it to first callrender_inner_html()
, and then render thebase_template
.- Returns
The full html code for this element.
- Return type