Questions tagged [redquerybuilder]

A JavaScript SQL editor UI component.

35 questions
0
votes
1 answer

Does the RedQueryBuilder provide a DatePicker when entering a value

The RedQueryBuilder demo does not show an example of entering a query criteria against a date field. Is it possible to specify a date value with a DatePicker?
John
  • 3
  • 1
  • 1
0
votes
1 answer

java.lang.ClassCastException calling RedQueryBuilderFactory.create with args

This line in my JS file: RedQueryBuilderFactory.create(config, 'SELECT "x0"."title", "x0"."priority" FROM "ticket" "x0" WHERE ("x0"."status" = (?))', [] ); works fine witih an empty array as the 3rd parameter. This parameter is supposed to be…
Matt S
  • 14,976
  • 6
  • 57
  • 76
0
votes
1 answer

RedQueryBuilder error thrown when using "cardinality" : "MULTI"

Error message from console: Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught: Exception caught: Unknown editor com.redspr.redquerybuilder.core.shared.meta.Editor$TextEditor@37 …
StaticVoid
  • 1,539
  • 10
  • 11
0
votes
1 answer

RedQueryBuilder does not select an option when using the Select (dropdown) Editor and parsing existing SQL and args

I've been experimenting with RedQueryBuilder to build a query interface for searching a table of users. I've defined an enumerate(request, callback) function and successfully populated dropdown lists of options for the user to choose from (e.g.…
Martyn W
  • 188
  • 1
  • 6
0
votes
1 answer

Is it possible to get un-minified source for redquerybuilder?

Is it possible to get un-minified source for redquerybuilder? I like what I see but need to change quite a lot for my application. thanks Ben
bentwonk
  • 193
  • 2
  • 10
1 2
3