Hi Leonardo, On Tue, Feb 25, 2014 at 2:06 AM, Leonardo Kodato <[email protected]> wrote: > Hello everybody. > > Here I'am again =). > Vicent explained to me what jira and mailing-lists are used for some time > ago. So, I moved the discussion over there =). (hope I'm posting in the > right place now). > So, let me answer what Marius asked on > http://jira.xwiki.org/browse/XWIKI-10085 > > First, let me explain better what I said on Jira: > plain text = unstructured information > dynamic label = properties > dynamic object = structured information > > The situation: > I have a Space called Product. In this place I store all the products my > company makes(around 50-70 itens). Because of this variety, I've decided to > make a livetable to filter and show the results. I`ve set some parameters > like Product name, Category, Applies to... to be able to easily identify > the Product. > > Here is the problem: > Using App Within Minutes I can only insert structured data(Product name, > Category, Applies to, Price).
> I`am not able to insert plain > text(unstructured) like photos, opinions, competitors, etc. > When I try to insert this type of data(unstructured), it does saves the > content, but it doesn't show what I had writen. Which field from the Field Paltte ( http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application#HFieldPalette ) did you used for the unstructured data? > Some time ago I read somewhere in Xwiki`s mailing list that there was no > reason to place this type of information(unstructured) in the same place as > structured information and that AWM wasn`t meant to store this type of > data(I`m trying to find the link, but so far I had no luck). This is definitely not true. AWM can be used to manage both structured and unstructured data. > > What I would like to do is insert some tags, labels or properties(whatever > is the right name =)) to be able to identify and sort the itens(by using > livetable). I can do it by using AWM, but it is not enough. I need > unstructured + structured data in the same place. > > Let me paint you a picture with the example below: > > ______________________________________ > Product name: AGX > Category: Music Stand > Applies to: Acoustic and Eletric Guitar. > Price: 30 > ______________________________________ > > = Description: = > _______ > | Photo | AGX is a state-of-the-art music stand. It has the best value > for money you will ever find.,,, > > = Strenghts and Weaknesses = > ...... > _______________________________________ You have two options: (1) Use the Long Text field or (2) even better, use the Content field. The first stores the unstructured content in a TextArea property of an object attached to the "Product" page (in your case) while the second stores the unstructured data directly in the content of the Product wiki page. Both will offer you a WYSIWYG editor when you add/edit a new application entry (a new Product in your case), unless you have choosen to use the wiki editor in your user profile. In any case, you can put whatever content you want in the text area, and it will be rendered nicely in view mode. So you can definitely put headings, images, links, tables, etc, everything you can do with the WYSIWYG editor or with the wiki syntax. I just checked this and it works. I'm curious why this didn't work for your. Hope this helps, Marius > > That is what I'm trying to do. If I have not been clear enough, please let > me know. > > Thank you very much. > Att. Leonardo. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
