Hi,
I really like the consistent look and feel of the App Within Minutes;
My question is called REVERSE because of the following.
We have a few applications developped before app within minutes was released, thus missing this consistent look and feel
We have a space in our xwiki that is populated with +200 documents with an object of a certain home-developped class.
The class itself (as well as the template and sheet for new documents is located) in another space. as well as some code (seperation of content and code!)
The WebHome page of the space is just a normal XWIKI content page.
I want to transform this WebHome page as if it was generated by App-within-minutes; showing the descriptive of the space, a nice ADD User Interface with the famous green "+" symbol
and the livetable showing the list of records and sort/filter options.
So I started by adding two objects to this page:
- AppWithinMinutes.LiveTableClass
- XWiki.DocumentSheetBinding
There always were a few XWiki.XWikiRights objects to define the roles of usergroups in this space
I then used the object editor to copy the text of the WebHome page explaining the purpose of this space into the following object
AppWithinMinutes.LiveTableClass
- Class -> here i inserted a reference to the class used inside the space, but different as in a standard App Within Minutes I refered to [different space].[class document]
- Description -> here I copied the descriptive text of the WebHome page
- Columns -> here i inserted a list of attributes of the class separated by spaces
I then used to Object editor to update the
XWiki.DocumentSheetBinding
- Inserted a reference to the Sheet belonging to the class : [different space].[class SHEET document]
When I saved the WebHome the familliar App-Within Minutes style showed up, but the table showed no record, while I was expecting all the existing records to show
What am i missing?
(The records were all created as child documents of another document in the space, so they are not 'children' of the WebHome?)
Gerritjan
This post has NOT been accepted by the mailing list yet.
Hello all, if this has already been answered, please let me know where, I
have searched all over the place!!
I want to have a class that contains a dynamic number of multiple fields.
Think of it like say a shopping cart. You have one ShoppingCart class that
can contain x number of items. When you edit the shopping cart, you can
click add to add another item, or delete to delete an item from the list.
Or maybe another example would be a RecipeClass, in which you would add in
ingredients and stuff. So you would have a SesameChickenRecipe, and it would
contain maybe 1 chicken, 2 tablespoons of salt, 4 bat wings, and so on.
Is it possible, and if so is there any documentation you can point me to, or
a tutorial, or example??
Also, is it appropriate to post this question in the Xwiki-Users forum or
the Xwiki-Dev forum?
Thanks so much in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Dynamic-number-of-fields-in-Class-tp75817…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
After a few successful months using XWiki it's finally decided to die on me (error 500, etc.) and I can't seem to get it back up and running. Is there any way I can extract the attachments that I had in the wiki manually at all?
Many thanks,
Ian.
********************************************************************************************************************
This message may contain confidential information. If you are not the intended recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents:
to do so is strictly prohibited and may be unlawful.
Thank you for your co-operation.
NHSmail is the secure email and directory service available for all NHS staff in England and Scotland
NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and GSi recipients
NHSmail provides an email address for your career in the NHS and can be accessed anywhere
********************************************************************************************************************
Hi XWiki users
I wanted to add a jQuery library from CDN so I added <script> tag inside
{{html}} macro this way :
{{velocity}}
{{html clean="false"}}
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
"></script>
</head>
{{/html}}
{{/velocity}}
I could not use jQuery and it gives me this error in console.
Refused to execute a JavaScript script. Source code of script found within
request
Resource interpreted as Script but transferred with MIME type text/html:
"about:blank".
any way to use js libraries and css from CDN ??
Thanks
Hi, All!
XEM has brilliant opportunity to split knowledgebase into workspaces. But, there is a "bug" in a multiwiki crosslinks.
One page has link to another in relative format: wiki:Space.Page.
Inside the same wiki on page ranaming, all links to this page are verified and fixed to the new page name. Excelletn.
The same is done in multiwiki environment. Wiki1:Space1.Page1 has link to Wiki2:Space2.Page2. Works fine!
On page renaming from Wiki2:Space2.Page2 to e.g. Wiki2:Space2.Page3 we have broken link in Wiki1:Space1.Page1.
As far as I understand XWiki, there is no way to handle such a situation by standard means. Moreover, extension to verify external broken links won't be useful either, cause link is "internal".
So, the question is: is there a way to make multiwiki crosslinks alive in any page renaming?
Second question is also essential. Is it possible to rename page as following:
Wiki1:Space1.Page1 -> Wiki2:Space1.Page1
As far as I understand, it should be real also. Such a rename, IMHO, is the best solution in comparison to: export in wiki1->import in wiki2->delete in wiki1
What are plans for such a XEM "upgrade" in standard functionality?
Kind regards,
Dmitry
Hi All!
XE 3.5.1 -> sends mail via Share mail option in XWiki's top menu.
XE & XEM 4.2 -> gives an error "The message could not be sent to <haru_mamburu(a)mail.ru>: email server error."
All tests done at the same server: Ubuntu 12.x
XE 3.5.1 standalone
XE 4.2 standalone
XEM 4.2 + MySQL clean installation.
Any fast solution available?
Is it worth Jira's bugreport or am I missing something?
Kind regards,
Dmitry