Can we use 'wizard view' and 'seperate-toc' simultaneously

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Can we use 'wizard view' and 'seperate-toc' simultaneously

Neenu Jacob
Hi,

Can we use 'wizard view' and 'seperate-toc' simultaneously.

ie.  can we use these two properties at the same time.

 <property as="xs:string" name="oxf.fr.detail.view.appearance.*.*" value="wizard" />       

<property as="xs:boolean" name="oxf.xforms.xbl.fr.wizard.separate-toc.*.*" value="true"/>

Thanks in Advance.
Reply | Threaded
Open this post in threaded view
|

Re: Can we use 'wizard view' and 'seperate-toc' simultaneously

Erik Bruchez
Administrator
Yes, in fact `seperate-toc` is a feature of the wizard.

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Can we use 'wizard view' and 'seperate-toc' simultaneously

Neenu Jacob
But when I use those simultaneously, only seperate-toc view showing not the wizard view. Below the screenshots. I want to show those two views at the same time. How can I achive that? Please help me out.

Wizard View



Seperate-toc View




properties.local.xml

Reply | Threaded
Open this post in threaded view
|

Re: Can we use 'wizard view' and 'seperate-toc' simultaneously

Erik Bruchez
Administrator
Ah, then no, this is not possible. The *separate* TOC means that it is, well, separate, and doesn't show at the same time as the wizard pages.

I assume that what you are interested in is the section status information?
Reply | Threaded
Open this post in threaded view
|

Re: Can we use 'wizard view' and 'seperate-toc' simultaneously

Neenu Jacob
Yes. I planned like 'separate-toc' view as summary page where I can read the status. When I click on 'edit' i need to display the particular tab in the wizard page along with the 'wizard view'. How can I achieve this?
Reply | Threaded
Open this post in threaded view
|

Re: Can we use 'wizard view' and 'seperate-toc' simultaneously

Erik Bruchez
Administrator
> Yes. I planned like 'separate-toc' view as summary page where I can read the status. When I click on 'edit' i need to display the particular tab in the wizard page along with the 'wizard view'. How can I achieve this?

Well, if you mean having the TOC with the "Edit" button and at the same time the wizard page, then you can't right now: we would need to make changes to the wizard code for this to work.

-Erik