Filtering on DOJO textboxes - is this possible ?
Filtering on DOJO textboxes - is this possible ?
Hi
I'm using a form built with dojo and also use dojo.form.TextBox for the textboxes.
What i would like is to have datatables' filtering enabled on DOJO boxes.
I know dojo.form.TextBox is not a native html textbox and u need to use the get and set methods of
the widget in order to set and get values.
Is this possible or should i just use simple html textboxes ? If i use simple html textboxes, I'm missing the CSS styling
of dojo which i really like and I'm using it all over my application with success.
I'm using a form built with dojo and also use dojo.form.TextBox for the textboxes.
What i would like is to have datatables' filtering enabled on DOJO boxes.
I know dojo.form.TextBox is not a native html textbox and u need to use the get and set methods of
the widget in order to set and get values.
Is this possible or should i just use simple html textboxes ? If i use simple html textboxes, I'm missing the CSS styling
of dojo which i really like and I'm using it all over my application with success.
This discussion has been closed.
Replies
Allan