when I create a new form and select the Standard Page type, my form has the blue ‘header’ that is shadowed, etc. I suspect it’s a container, but I can’t see how to set properties, etc. I’m curious why it seems wider than my form let’s me place containers or components.
I don’t want the ‘app bar’ - but I don’t see how to delete it?
If I create a blank panel - then how do I create the header I describe above?
Do you have a picture in mind of what you’re aiming for?
If I create a blank panel - then how do I create the header I describe above?
I’m not sure I follow
With the material design, you can change the html property between standard and custom. Custom will give you effectively a blank panel though…
Do you mean something like this below? @stucork created the below for a footer but the same technique could presumably be used for the header.
If I’m reading you correctly, that header is created in the html & css files associated with the theme. You can find those under “Assets” in the project manager.
You can play with the html/css as you see fit if you know what you’re doing.
To recreate that using just anvil components, you would be looking at arranging column panels (or one of the other panels), making sure you set the property “full width row”. You could then further add “roles” to adjust the css to your liking rather than creating complete html/css themes.
1 Like
Thanks for the prompt replies - enough here for me to further investigate (and learn)
1 Like