[xwiki-users] how to copy the title field in an entry page for the title field of the next an application

2014-04-24 Thread Eduardo Abritta
Good Morning Sirs, I would like to know how to copy the title field in an entry page for the title field of the next an application. Can anyone help me? Thank you.Eduardo Abritta ___ users mailing list

Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application

2014-04-25 Thread Eduardo Abritta
. Date: Thu, 24 Apr 2014 22:25:42 +0300 From: mariusdumitru.flo...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application Hi Eduardo, On Thu, Apr 24, 2014 at 3:03 PM, Eduardo Abritta

Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application

2014-04-25 Thread Eduardo Abritta
at 3:03 PM, Eduardo Abritta eduardo.abri...@outlook.com wrote: Good Morning Sirs, I would like to know how to copy the title field in an entry page for the title field of the next an application. Can anyone help me? You need to give more details. I didn't

[xwiki-users] Using parameter macro in the js extension

2014-05-12 Thread Eduardo Abritta
Hi Sirs, I am developing a macro in velocity (wiki macro) and need to use a parameter (wiki macro parameter) defined by the user in my java script code (java script extension). I tried can several methods but it is not working. How can I do this? Atenciosamente, Eduardo Abritta e

Re: [xwiki-users] Using parameter macro in the js extension

2014-05-13 Thread Eduardo Abritta
=$xcontext.macro.params.parameter; console.log(param); Velocity (Macro) $xcontext.put(param, $xcontext.macro.params.parameter) Some light? ty Atenciosamente, Eduardo Abritta e-mail: eduardo.abri...@outlook.com | Date: Tue, 13 May 2014 10:05:17 +0200 From: jeremie.bousq...@gmail.com To: users@xwiki.org

Re: [xwiki-users] Using parameter macro in the js extension

2014-05-13 Thread Eduardo Abritta
Caleb, I did what do you say and it worked. Thank you. Atenciosamente, Eduardo Abritta e-mail: eduardo.abri...@outlook.com | Date: Tue, 13 May 2014 16:19:17 +0200 From: jeremie.bousq...@gmail.com To: users@xwiki.org Subject: Re: [xwiki-users] Using parameter macro in the js extension

[xwiki-users] Implement Jsontool.serialize in groovy

2014-06-24 Thread Eduardo Abritta
='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags' and obj.name ='$item' ;def tag = services.query.hql(hql).execute();i = i + 1; json.projetos.add({id: xwiki.getDocument(item).getName()})} jsontool.serialize(json); {{/groovy}} Ty. Atenciosamente, Eduardo Abritta e

Re: [xwiki-users] Implement Jsontool.serialize in groovy

2014-06-30 Thread Eduardo Abritta
json.toPrettyString(){{/groovy}} Atenciosamente, Eduardo Abritta e-mail: eduardo.abri...@outlook.com | cel: (32)8472-9631 Date: Fri, 27 Jun 2014 11:51:47 +0200 From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Implement Jsontool.serialize in groovy You should probably use

Re: [xwiki-users] Implement Jsontool.serialize in groovy

2014-07-01 Thread Eduardo Abritta
)println json.toPrettyString(){{/groovy}} Atenciosamente, Eduardo Abritta e-mail: eduardo.abri...@outlook.com | cel: (32)8472-9631 From: eduardo.abri...@outlook.com To: users@xwiki.org Date: Mon, 30 Jun 2014 15:23:37 -0300 Subject: Re: [xwiki-users] Implement Jsontool.serialize in groovy I'm