You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Sárközi Zoltán Attila <sa...@dev-labs.com> on 2002/05/17 18:06:35 UTC

Actions: Minimize, Maximalize...howto?

Hi!

I am a rookie in jetspeed.
I have a portlet and I would like to minimize and maximalize it.
So...
this is my xreg file:
<portlet-entry name="XXX" hidden="false" type="instance"
application="false">
	<meta-info> ... </meta-info>
	<classname>MyPortlet</classname>
	<parameter ...  />

	<!--   ???????	-->
	<parameter name="action"
value="org.apache.jetspeed.modules.actions.controls.Minimize"
hidden="false"/>
	<!-- is it good? -->

</portlet-entry>


and the portlet class:

public class MyPortlet extends VelocityPortlet {

	...

	public boolean allowMinimize( RunData rundata ) {
		...
		// this is good, it runs
	}

	...

}

okay, but I don't know what the next steps are.
So, can you help me what have I to do to run these actions (minimize,
maximalize) ???

Sorry for my dummy question :)))

Tnx!

Sazo




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>