[xwiki-users] (no subject)

2012-08-03 Thread Boudjelda Mohamed Said
___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] How to Make inheritance with XWiki Classes

2012-08-25 Thread Boudjelda Mohamed Said
Hi Every body I have to create an application upon XWiki, I have a this model , Person - Contact (Person is a Contact ) and Also Customer - Contact , How can I make such implementation using XWiki Classes Thank You ___ users mailing list

[xwiki-users] Start point to update the XWiki Editor in XWiki

2012-08-27 Thread Boudjelda Mohamed Said
Hi Every one I need to update XWiki Editor , but I cannot find a starting point for that, how shall I do it, just to enable the tabulation coz when I press tab key the focus is changed to the save buttons Thanks ___ users mailing list

[xwiki-users] Authentication for Rest API

2012-09-05 Thread Boudjelda Mohamed Said
Hello Community How to authenticate to use RestFull API using xwiki session ? any piece of code please Ps : I am a newbie on Xwiki Thakns ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] upload progress state from the File Upload Plugin

2012-09-06 Thread Boudjelda Mohamed Said
Hi I am uploading files using File upload plugin in Xwiki on the server side, On the client I need to use my own HTML/Js code to show a progress bar. Is there any way to get upload progress state from the File Upload Plugin in Xwiki ? Thanks

[xwiki-users] Build Xwiki platform from source , How ?

2012-09-26 Thread Boudjelda Mohamed Said
Hi I tried to build Xwiki platform from source but I could not get success, I followed tutorial on this page http://dev.xwiki.org/xwiki/bin/view/Community/Building but I could not get away from the this Error [ERROR] Failed to execute goal

[xwiki-users] How to embed Complex Element on the header of LiveTalbe for filtering data macro in Xwiki ?

2012-10-02 Thread Boudjelda Mohamed Said
Hi Everyone I am looking for a best way possible to embed complex Elements on the header of LiveTable component for filtering data, Example using Date Picker to filter data or a selected with a given Options, anyone have materials for that purpose. Thanks

[xwiki-users] progress html tag on Xwiki

2012-10-03 Thread Boudjelda Mohamed Said
Hi I cannot show a progress HTML tag on Xwiki , how it comes ? and how to solve that probleme Thanks ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Reflection on Xwiki Objects

2012-10-21 Thread Boudjelda Mohamed Said
Hi Xwiki developers I would like to know what is the best way to get fields of a Class created on Xwiki ? I tried with reflection but things seems not work right , I do not even know what class to use. please would you give me some key notes on that subject. Thanks

[xwiki-users] Strip HTML Tags in Xwiki

2013-01-14 Thread Boudjelda Mohamed Said
Hi Devs and User Hope I can find help about this topic : Is there any macro , function or utility to strip HTML tags from HTML String ? , because I am getting HTML string on description attribute of type TextArea on my class and when show the saved data in textarea HTML tags appear on the to

[xwiki-users] Problem in French Characters

2013-01-23 Thread Boudjelda Mohamed Said
Hi Users and Devs I have a problem on displaying French characters (accented characters) from an attribute value of object example : $myobject.get(companyname) and it displas L'élement any one know how could I solve this problem Please Thanks

[xwiki-users] How to add fields to a class dynamically programmatic-ally ?

2013-02-04 Thread Boudjelda Mohamed Said
Hi Users and Devs Is there a way to add fields to a class dynamically programmatic ally ? any peace of code please or tutorial Thanks ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] New Wysiwyg Editor in an Old version of Xwiki platform

2013-05-30 Thread Boudjelda Mohamed Said
Hi Devs and Users Sorry for this question if it seems stupid :) I have an old version of xwiki platform that have of course an old wysiwyg editor , and I wanted to replace it with the new editor from the last version of Xwiki witch is more enhanced then the old one I this possible?

[xwiki-users] Downloand a generated PDF from an export action

2013-10-07 Thread Boudjelda Mohamed Said
Hi Users and Devs I trust you that you can have a solution four my problem. In my velocity page I have a link like this one : a href=$xwiki.getURL(MySpace.MyPAge, export, myaparmas) target=_blank Download my PDF /a This works pretty well and open the generated PDF in a new browser