I've just finished the very nice video tutorial for creating your own custom section. What I would like to do now, is make a nice edit page with multiple tabs like the tabs in for example the user edit page (personal tab, content channel tab). Does anybody have a clue how to create these tabs? I assume it must be something with umbraco.uicontrols.TabPage, but can't find out how.
I suggest downloading the source code for Tim Geyssens sample project for adding custom sections. He included a great custom edit page example (editCustom.aspx.cs) that shows how to set up tabs.
Adding tabs on edit page in custom section
Hi All,
I've just finished the very nice video tutorial for creating your own custom section. What I would like to do now, is make a nice edit page with multiple tabs like the tabs in for example the user edit page (personal tab, content channel tab). Does anybody have a clue how to create these tabs? I assume it must be something with umbraco.uicontrols.TabPage, but can't find out how.
Many thanks,
Oskar
I suggest downloading the source code for Tim Geyssens sample project for adding custom sections. He included a great custom edit page example (editCustom.aspx.cs) that shows how to set up tabs.
Great link! Thanx Ricky!
Hi guys,
does anyone know how i can use these tabs in an mvc backoffice section?
Martin
is working on a reply...