Hello Kora
If you have a lot of '$' in your code, you can use:
"lint-check" : {
"allowed-globals": [
"$"
]
}
In you config.json.
http://manual.qooxdoo.org/2.2/pages/tool/generator/generator_config_ref.html#lint-check
Regards
Joaquin F.
2013/6/24 kora <[email protected]>:
> Hello,
>
> thank you very much for your answers !
>
> Here is my solution to use yquey inside of qooxdoo:
>
>
> In the "config.json" I added:
>
> "additional-js" :
> {
> "add-script" :
> [
> { "uri" : "resource/pathToJQuery/jquery.js" },
> { "uri" : "resource/pathToPlugin/plugin.js" }
> ]
> },
>
>
> In the .js module using the jquery I added:
>
> #asset(pathToJQuery/jquery.js)
> #asset(pathToPlugin/plugin.js)
>
>
> Before the method using the jQuery / plugin API I add the following comment
> to suppress lint warning regarding the "$":
>
> /**
> * @lint ignoreUndefined($)
> */
>
>
>
> Cheers Kora
>
>
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Has-Anybody-experience-in-using-jQuery-plugin-inside-of-qooxdoo-tp7583867p7583915.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel