Hello
I want to add an Object to a side, but I didn't get the Dropdown menu when I
click the edit-button. So when I press the edit button the wiki routes me
directly to the Text-Editor.
Do I Need some plugin for that?
Thanks for helping.
Regards Patrick
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-add-Objects-tp7600230.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm writing a migration script that requires to move the attachment(s) from the old-page to the new page.
Any suggestions?
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
Are there a simple (or recommanded) way to redirect user to another page (in edit mode) when he edit a page?
Thxs
...
>
--------------------------------------------
> En date de : Jeu 30.6.16, Pascal BASTIEN
<pbasnews-xwiki(a)yahoo.fr>
a écrit :
>
> Objet:
force edit inline and redirect
> À:
"XWiki Users" <users(a)xwiki.org>
> Date: Jeudi 30 juin 2016, 12h08
>
> Hi xwiki citizen,
>
> I try to redirect to
another page users when they edit a
>
page...
>
> Then I
use this velocity code in my origin page:
>
> #if
($xcontext.action=='edit')
>
>
$response.sendRedirect($xwiki.getURL('MySpace.MaTargetPage',
> 'edit'))
> #stop
>
#end
>
> Redirect (to
MyOriginPage in edit mode) working well if user
> open MyOriginPage in inline mode:
> aka
/bin/edit/MySpace/MyOriginPage?editor=inline
>
> But my users are
"simple user" then I try to force inline
> mode when they click on 'Edit'
>
> What I tested is:
add an XWiki.SheetClass object to
>
"MyOriginPage" with "Default Edit
Mode"=inline ...
> but I have a
very strange behaviour: it's working only
> for "Admin" user :-(
>
> With simple user,
when I 'Edit' my Page, I obtain target
> Page with all xwiki menu INSIDE editor
like this ugly
> things
> https://snag.gy/SrkIua.jpg
>
> If someone have an
idea...
> Thxs
>
> Pascal B
>
>
>
>
>
_______________________________________________
> users mailing list
>
users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
I am looking to have a link in an object property.
I have an object like the following
Name : string
Description : string
SupportPage : string
The SupportPage should be a link to another page with more information (in
the wiki)
Next I want a livetable that will display that with a clickable link.
For column properties the Livetable says the following
------------------
link The type of link to use for this column. Can be one of:
•auto: link to the URL provided by the <columnName>_url row property from
the JSON results; falls back on the doc_url property
------------------
My problem is I do not know how to set the <columnName>_url. so every time
it comes back blank and then defaults to the doc_url.