Trait mango_orm::forms::html_controls::HtmlControls[][src]

pub trait HtmlControls {
    fn to_html(
        fields_name: &Vec<String>,
        map_widgets: HashMap<String, Widget>
    ) -> String { ... }
fn html(&self) -> String { ... } }

Provided methods

Rendering HTML-controls code for Form. ( If necessary, customize the code generation yourself using html and css from Bootstrap, Material Design, etc. )

Implementors