Page 1 of 1

Is it possible to insert a component into Header or Footer container?

Posted: Fri Oct 25, 2013 4:30 pm
by kuvalda

How can I insert a custom button into my Header container? Thanks.


Is it possible to insert a component into Header or Footer container?

Posted: Fri Oct 25, 2013 4:55 pm
by Kateryna Grynko

Hi,

Yes, simply drag a button component to Header or Footer component.


Is it possible to insert a component into Header or Footer container?

Posted: Fri Oct 25, 2013 5:08 pm
by kuvalda

Sorry my question should have been more generic. Looks like I can only add certain components (like Button and Navbar) into the Footer and Header containers.

What I am looking for is to create a custom component and be able to add it into the Header container... is that possible?

As an alternative, is it possible to create a custom component (let's call it NavHeader) that contains a standard Header and my other custom components?

Thanks.


Is it possible to insert a component into Header or Footer container?

Posted: Fri Oct 25, 2013 6:29 pm
by Kateryna Grynko

You can add any HTML to Header:
preAppery("mobileheader1").append("Any HTML to input");/prewhere mobileheader1 is a header name.