HTML5 Data Bindings Support Product Page

Solved

$.dmxDataBindings.globalScope seem not work

Reported 13 Jun 2014 04:09:42
1
has this problem
13 Jun 2014 04:09:42 包 四維 posted:
according to the "Filiter as you type with HTML5 Data Binding" teaching movie
www.youtube.com/watch?v=Q8HNY6NWZDg
about 01:50,it told me can use this way...
$.dmxDataBindings.globalScope.update('$FORM');
let the input fieled can directly Filiter to the HTML5 Data Binding
but I tried many times,it does not work
my address
www.littlebau.com/sample_new/index.html

Replies

Replied 13 Jun 2014 07:32:54
13 Jun 2014 07:32:54 Teodor Kuduschiev replied:
Hello,
You do not have a filter added to your data source as it it explained in the video.
Replied 13 Jun 2014 07:47:07
13 Jun 2014 07:47:07 包 四維 replied:
hello Teodor
but...I am very sure that I really have a filter
www.littlebau.com/key.gif
Replied 13 Jun 2014 07:50:20
13 Jun 2014 07:50:20 Teodor Kuduschiev replied:
I do not see any filter applied to the datasource on the link you provided..

/* dmxDataSet name "qa_html5_datasource" */
       jQuery.dmxDataSet(
         {"id": "qa_html5_datasource", "url": "dmxDatabaseSources/qa_html5.php?sort=nowtime&dir=desc&limit=3", "dataSourceType": "database", "dataType": "jsonp"}
       );
  /* END dmxDataSet name "qa_html5_datasource" */

Replied 13 Jun 2014 07:58:34
13 Jun 2014 07:58:34 包 四維 replied:
hi Teodor
but I really according to the teaching video step by step
well...
could you just tell or help me,how to achieve this function (filiter by my database results instantly as my input field)
Replied 13 Jun 2014 08:04:20
13 Jun 2014 08:04:20 Teodor Kuduschiev replied:
Open the query builder and reapply the filter. Make sure to uncheck the Req checkbox.
Replied 13 Jun 2014 08:08:42
13 Jun 2014 08:08:42 包 四維 replied:
hi Teodor
work done after I uncheck the Req checkbox
the teaching video said about this...My careless...sorry

Reply to this topic