Marius Dumitru Florea wrote:
Basically, you use XWiki.widgets.ConfirmedAjaxRequest widget.
Hope this helps,
Yes this did help Marius .Thanks .
One more Question in this context .
Will u kindly help me in knowing where are the texts like
core.viewers.comments.commentDeleted are
On 04/22/2011 02:59 PM, akp wrote:
Marius Dumitru Florea wrote:
Basically, you use XWiki.widgets.ConfirmedAjaxRequest widget.
Hope this helps,
Yes this did help Marius .Thanks .
One more Question in this context .
Will u kindly help me in knowing where are the texts like
Hi Marius,
please let me know how do i implement this ajax based , like delete ,
showing a modal yes, no box and progresses messages in the bottom.
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Comment-Moderation-Right-approach-tp6195006p6293805.html
Sent from the XWiki-
On 04/21/2011 02:26 PM, akp wrote:
Hi Marius,
please let me know how do i implement this ajax based , like delete ,
showing a modal yes, no box and progresses messages in the bottom.
You can check for instance how comments are removed from a page. You can
see the detailed code in
Hi Marius Thanks . That worked nicely .
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Comment-Moderation-Right-approach-tp6195006p6234877.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing
Update 1:
For the time being on click of approve link i am redirecting to the
object editor where a moderator can change isApproved Property to true and
save.
Though it is a workaround ,this is not user friendly . Probably a panel
showing all un-moderated comment and with a trigger to
On 03/22/2011 06:45 AM, anjankumar.pa...@csscorp.com wrote:
Hello XwikiUsers,
Greetings for the day.
Need to know the best approach form your experience in Xwiki to
implement comment moderation .I could not find any topic in forum related
to this .
The appoach i've taken is this