On 01/28/02 10:04, "Irene Huang" <[EMAIL PROTECTED]> wrote:

> 
> Dear all,
> 
> This is from <jetspeed-home>\WEB-INF\templates\vm\navigations\html\top.vm
> 
> <form method="POST" action="$link"
> enctype="application/x-www-form-urlencoded">
> <input name="$jlink.ActionKey" type="hidden"
> value="$config.getString("action.login")" />
> 
> Q: please explain how to define "action", "enctype", input "name" "value".
> 
Look at your HTML manual. Action refers to what is executed when the user
clicks the button. Enctype refers to the mime-type of whatever is uploaded,
input name is the name of the button and value is whatever the value of the
button is, for example, the name of the value the user entered.

> <td class=MENUBUTTON><a
> href="$link.setPage("NewAccount")">$l10n.TOP_CREATENEWACCOUNT</a></td>
> 
> Q: please define "$link.setPage("NewAccount")", where is it link to?
> 
> Q: what is the "$l10n." in front of "TOP_CREATENEWACCOUNT", how to access
> other "predefined" variable in other .properties file?
Internationalization functions

> Q: where do we define all the class? (class="MENUBUTTON"...etc.)?
Look for a file ending in CSS, it's a cascading stylesheet

> 
> 
> Thank you so much for the help !!
> 
> Irene
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email               [EMAIL PROTECTED]
web                 http://www.cvc1.org/ (work)
                    http://www.silverwolf-net.net (personal)
phone               408 257 0420 (work)
PGP Fingerprint:    E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756


"Do not meddle in the affairs of dragons....for you are crunchy and  taste
good with ketchup and mayonnaise.."




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

Reply via email to