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...
+ </tr>
+ <tr>
+ <td class="portlet-section-body">
+ <a href="#">Preview</a>
+ <a href="#">Add</a>
Propose using the addportlet api for these two hrefs (there is no
preview written, yet)
(The addportlet api will require the portlet name from the json result)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]