On 12/2/09 3:10 PM, Bubulina wrote: > > hello > i checked to see if the files are imported and they are. i see no ideas > towards a sollution at this moment. > i am using now the sortable and filtering from xwiki. "tablefilterNsort.js" > i can see the sorting is made automatic by the name . i wanted to make it > implicit by another column...looked into the sources...very difficult to > debug. has variables with the names: A,B,C....
That's because extensions are compressed at build time. The original version is there : http://fisheye2.atlassian.com/browse/~raw,r=15860/xwiki/platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/table/tablefilterNsort.js You can build XWiki from sources with non compressed JavaScript (thus readable) using "mvn -Pdebug" when building platform/web/standard (then just build the corresponding XE version, and it should be allright). More on building here dev.xwiki.org/xwiki/bin/view/Community/Building.* * Hope this helps, Jerome. * * > can you please give me a hint as to how to change the column that is > implicit when sorting? > thank you > > vmassol wrote: >> >> Hi, >> >> On Dec 2, 2009, at 2:10 PM, Bubulina wrote: >> >>> >>> Hello >>> Do you know if jquery and xwiki work together? am trying to use the >>> table >>> sort from jquery and integrated in xwiki i have errors ? >> >> AFAIK the only issue is to make prototype and jquery work together but >> that's doable. See for ex; >> http://docs.jquery.com/Using_jQuery_with_Other_Libraries >> >> You could also check the mail archives, maybe there are answers there: >> http://xwiki.markmail.org/search/?q=jquery >> >> Thanks >> -Vincent >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> >> > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
