just in ram

A list of stuff I should remember but never do

SAP Portal Developer Guide

without comments

Can’t remember that HTMLB syntax? Look no further…

SAP Portal Developer Guide

Written by Justin Ramel

March 1st, 2006 at 6:17 pm

No Responses to 'SAP Portal Developer Guide'

Subscribe to comments with RSS or TrackBack to 'SAP Portal Developer Guide'.

  1. How to use href in htmlb?

    Amutha

    20 Jul 06 at 1:43 pm

  2. I’m not sure what you’re asking here so I’ll take a guess… If its how to create a link in htmlb take a look in the reference docs linked above. In particular:

    <hbj:link
    id="link1"
    text="Link to google"
    reference="http://www.google.com"
    target="_TOP"
    tooltip="this takes you to: http://www.google.com&quot;
    onClick="LinkClick"
    />

    justinram

    21 Jul 06 at 9:43 am

Leave a Reply