On 9/10/06, Rakesh Midha <[EMAIL PROTECTED]> wrote:
Is there a way to look open external web page as one of the tab in lenya?

Either show a page as a browser in one of the tab.

In 1.2, I manually edited the live sitemap.
FILE: {pub}/content/live/sitetree.xml
<node href="http://solprovider.com"; id="solprovider" visibleinnav="true">
        <label xml:lang="en">Solprovider</label>
</node>

Another method is to create a Document, and put some JavaScript on the
page in Source mode:
<SCRIPT LANGUAGE="JAVASCRIPT">
window.location = "http://solprovider.com";;
</SCRIPT>

In 1.3, external links are just another Resource.  The editor for the
"link" Resource type works well, but you want to wait until the XML
editor (for documents) and Structure editor (for hierarchical
sitetrees) are ready before using 1.3.

Someone else can answer for 1.4.

solprovider

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to