google-code-export / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
1 stars 1 forks source link

Differenciate Element and selector parameter #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
for some parameters, we can specify value which can have many type (integer, 
array, string ...).

Sometimes, like DraggableContainment, we have a string parameter which can be 
used to specify a selector or a javascript element. If you want to specify a 
selector, you have to use the JsQuotes (or add manually the quote).

A nice enhancement could be to differenciate the selector with the javascript 
element (maybe a selector class or an element class, I don't know).

First step: list of parameters with this case
Second step: evolve these to put the enhancement

Original issue reported on code.google.com by roche....@gmail.com on 9 Nov 2010 at 12:57

GoogleCodeExporter commented 9 years ago

Original comment by roche....@gmail.com on 9 Nov 2010 at 12:57

GoogleCodeExporter commented 9 years ago
In case of a selectors: maybe we need constructors accepting literal options? 
Then quotes will be included.

Original comment by reier...@gmail.com on 9 Nov 2010 at 1:34

GoogleCodeExporter commented 9 years ago
Fix in r608. Use of LiteralOption

Original comment by roche....@gmail.com on 8 Dec 2010 at 9:16