Page 1 of 2
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 5:09 am
by Davyen Nelson
I wanted to know if you can keep the navbar the same for each page? I dont want to save it as a component then put the same component on different pages, I want the ability to keep the navbar fixed and switch the container for each page. I've seen this on apps like twitter where the pages change, but not the navbar and it stays stationary throughout the entire app.
Thanks again!
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 6:02 am
by Maryna Brodina
Hello!
Unfortunately there is no way to do that, you would need to use custom component.
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 4:51 pm
by Davyen Nelson
Ok thats fine I can make a work around. My next question is, if I wanted to add a new list with the image next to it how would I do so? I want the image to be next to the list that I add as a thumbnail. Would something like this need done by javascript or mapping?
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 4:52 pm
by Davyen Nelson
Here is what im talking about
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 4:52 pm
by Davyen Nelson
When I add a wish I want to add the thumbnail picture next to it? Can it be done?
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 6:36 pm
by Davyen Nelson
Also, the other question I have is when i select the new list I want it to have properties such as the list name and a price associated with it. Is there a way to do this?
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 7:18 pm
by Kateryna Grynko
Hi Davyen,
1) You can add a Grid to your List component. Place Image, Text or any other component there.
2) You can add any properties. Click "More Properties" on Properties panel to do it.
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 9:24 pm
by Davyen Nelson
Ok so if I want to have different list that open up a panel with labels that are defined by the users inputs then I do this in properties?
In the pictures if I click the button and add a new wish it adds a new list and it opens up the panel so it holds those values from the input in another panel named wish.
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 10:07 pm
by Davyen Nelson
Sorry forgot to include the add wish button
Navbar Fixed for Multiple Pages
Posted: Mon Apr 07, 2014 10:09 pm
by Davyen Nelson
Better look at it