On Nov 20, 2009, at 12:46 AM, Gonzalo Aguilar Delgado wrote:
El jue, 19-11-2009 a las 19:46 -0800, David Sean Taylor escribió:
On Nov 19, 2009, at 4:06 PM, Gonzalo Aguilar Delgado wrote:
I've done several changes to the code. I'm near form the whole
change.
But, I have a problem with the panel. I don't know what's the best
way to put
portlet information on web.
It's supposed that I have to use the table already created but I
don't know how
te set information via YUI3:
+<table id="portlet-body-html" style="border-collapse: collapse;
width: 100%; margin-top: 0px; margin-bottom: 0px; float: left;">
+ <tr>
+ <td rowspan="2" width="20%" class="portlet-section-body">
+ <img src='${portalContextPath}' />
+ </td>
+ <td id="name" width="80%" class="portlet-section-body">#</
td>
We should be careful about node ids, id='name' is not the best
choice,
could use some namespace or prefixing
Also we will be getting a whole set of nodes with the same id, not
sure if that was the desired effect or not...
I know, I cannot handle this correctly because not enough knowledge of
YUI. That's why I
requested help. I suppose that we should pass context in a variable
and
change ids via YUI.
Any other way to do it?
Just set the node id on the node: node.setAttribute('id', 'some id
value');
I have a question. How do we handle preview? Is there any way of doing
preview "on the fly"?
There is the portlet pipeline. You can retrieve the content of a
portlet in a popup window. Oh I just saw Woonsan already responded to
this.....