|
Home > Archive > WebSphere Portal Server > October 2004 > create a simple portlet... how can i do this?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
create a simple portlet... how can i do this?
|
|
|
| maybe this is harder than i thought. im looking for a quick step by step if
someone can help me out. im using websphere studio site developer with the
portal toolkit. what i want to create is a portlet that will allow a user to
add it to a page, then click the edit button for the portlet. the edit
button should open a page that contains a big text box (textfield) where the
user can write their own html code... when theyre done the html they entered
will be displayed in the portlet. does that make sense? example: i add the
portlet to a page, its empty at first and says that you must edit it. i
click edit, enter an html HREF tag for google.com and click done. now the
portlet simply displays a link to google. make sense? is there a portlet
guru out there that can help? or even do it and post the portlet? thank you!
| |
| Jerome Curlier 2004-10-15, 9:36 pm |
|
The HelloUser sample is similar to what you'd like to do....
<jjd228@NOSPAMoptonline.net> wrote in message
news:cicp8i$7nqk$1@news.boulder.ibm.com...
> maybe this is harder than i thought. im looking for a quick step by step
> if someone can help me out. im using websphere studio site developer with
> the portal toolkit. what i want to create is a portlet that will allow a
> user to add it to a page, then click the edit button for the portlet. the
> edit button should open a page that contains a big text box (textfield)
> where the user can write their own html code... when theyre done the html
> they entered will be displayed in the portlet. does that make sense?
> example: i add the portlet to a page, its empty at first and says that you
> must edit it. i click edit, enter an html HREF tag for google.com and
> click done. now the portlet simply displays a link to google. make sense?
> is there a portlet guru out there that can help? or even do it and post
> the portlet? thank you!
>
>
| |
| Jerome Curlier 2004-10-15, 9:36 pm |
| The HelloUser sample is similar to what you'd like to do It is in
%Portal%\dev\samples
You might need also to look at the Cross-Scripting Security protection in
ConfigService.properties
# Flag whether Cross-Site-Scripting security protection is turned on.
#
# Default: true
security.css.protection = true
Jerome Curlier
AscendantTechnology.com
<jjd228@NOSPAMoptonline.net> wrote in message
news:cicp8i$7nqk$1@news.boulder.ibm.com...
> maybe this is harder than i thought. im looking for a quick step by step
> if someone can help me out. im using websphere studio site developer with
> the portal toolkit. what i want to create is a portlet that will allow a
> user to add it to a page, then click the edit button for the portlet. the
> edit button should open a page that contains a big text box (textfield)
> where the user can write their own html code... when theyre done the html
> they entered will be displayed in the portlet. does that make sense?
> example: i add the portlet to a page, its empty at first and says that you
> must edit it. i click edit, enter an html HREF tag for google.com and
> click done. now the portlet simply displays a link to google. make sense?
> is there a portlet guru out there that can help? or even do it and post
> the portlet? thank you!
>
>
|
|
|
|
|