hey
My question is purely theoretically. If i create a table and each <td> from
it has an id, can i extract the information from a <td> by an id?
This is in a xwiki page.
"<table>
<tr>
<td>name</td>
</tr>
<tr>
<td id="test">bla bla</td>
</tr>
</table>
"
Now, in another page i get the content of the page above, and i want to take
the info from the td with the "id". is it possible?
:confused:
--
View this message in context: http://n2.nabble.com/distinct-select-divs-from-page-tp4175922p4175922.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi everybody, first at all, i m totally newbee with this software. I ve tried
to change the default skin with my own skin, and of course i have bothered.
How do i reset to the original default?
i hope that someone could help me
--
View this message in context: http://n2.nabble.com/NEWBEE-how-do-i-reset-default-skin-tp4138496p4138496.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
1. i create a class and add n properties. besides the properties added i
have this code:
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Test")
#includeForm("XWiki.ClassSheet")
2. i create doc where i include the class: #includeForm("$space.TestClass")
because I wanna get those prop:
#includeForm("$space.TestClass")
#set($object = $doc.getObject("$space.TestCkass").xWikiClass)
object - $object
#foreach($prop in $object.properties)
-- ${prop.prettyName} </dt>
: $doc.display($prop.getName())</dd>
#end
and my $object shows nothing. probably my favourite question....what am i
missing here?
Thanks
--
View this message in context: http://n2.nabble.com/get-prop-from-a-class-tp4175285p4175285.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I know that i can get value from a request like this:
"#set($name= $request.getParameter('name'))"
Now, shouldn't i be able to put variables on request so i can use in the
html page? something like this:
"#set($var = $request.setAttribute($name))"
and in the html page to use $request.getAttribute($name) ?
:blush:
Thank you
--
View this message in context: http://n2.nabble.com/set-variables-on-request-tp4174575p4174575.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi There,
For some reason, the drop down menus at the top of the screen only work for
Admin users. I suspect we have changed the access rights somewhere we
shouldn't have, but I can't figure out where. Can someone help point me in
the right direction?
Thanks!
AW
--
View this message in context: http://n2.nabble.com/Drop-Down-Menus-only-work-for-Admin-Users-tp4170225p41…
Sent from the XWiki- Users mailing list archive at Nabble.com.