[xwiki-users] How can I change default space and default parent for the application created with AppWithinMinutes?

2014-05-08 Thread Dmitry Bakbardin
 Hi, Developers!

XWiki 5.4.3, Application Within Minutes.

Application works fine, but I didn't find any place, where this specific 
application "hides" default space name to create new pages and default parent 
page to set up in the new page.

I found a tutorial, 
https://network.xwiki.com/xwiki/bin/view/DocXE34En/XWikiDataModel#HCreateaClass
It explains how to fix this, but it doesn't work with Application created with 
Application Within Minutes.
How can I change default space and default parent for the specific application?


Kind regards,

Dmitry
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How can I change default space and default parent for the application created with AppWithinMinutes?

2014-05-15 Thread Marius Dumitru Florea
Check AppWithinMinutes.LiveTableViewSheet . Look for
#if($hasCreatePage). The parent and the space are hard-coded
unfortunately. So your only option is to customize the Add Entry
action from a JSX for instance.

Hope this helps,
Marius

On Fri, May 9, 2014 at 1:46 AM, Dmitry Bakbardin  wrote:
>  Hi, Developers!
>
> XWiki 5.4.3, Application Within Minutes.
>
> Application works fine, but I didn't find any place, where this specific 
> application "hides" default space name to create new pages and default parent 
> page to set up in the new page.
>
> I found a tutorial, 
> https://network.xwiki.com/xwiki/bin/view/DocXE34En/XWikiDataModel#HCreateaClass
> It explains how to fix this, but it doesn't work with Application created 
> with Application Within Minutes.
> How can I change default space and default parent for the specific 
> application?
>
>
> Kind regards,
>
> Dmitry
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users