class Mobile::NewFormFieldsComponent
 
  - Mobile::NewFormFieldsComponent
- BaseHXMLComponent
- LuckyHXML::Component
- Reference
- Object
Defined in:
components/mobile/new_form_fields_component.crConstant Summary
- 
        ASSIGNS = [context : HTTP::Server::Context, create_contact : CreateContact, saved : Bool = false] of Nil
Constructors
Instance Method Summary
- #create_contact : CreateContact
- 
        #render
        
          Render HXML without a block 
- #render_form_field(attr, value, **field_opts)
- #saved? : Bool
Constructor Detail
        
        def self.new(context : HTTP::Server::Context, create_contact : CreateContact, saved : Bool = false, **unused_exposures)
        #
      
      
      Instance Method Detail
        
        def render
        #
      
      
        
              Description copied from class LuckyHXML::Component
            
          
          Render HXML without a block
NOTE Must override to use