pontikis / jui_pagination

jQuery pagination plugin (using jQuery UI)
MIT License
3 stars 0 forks source link

rsc_jui_fr is not defined #22

Open jessburnett opened 9 years ago

jessburnett commented 9 years ago

I have a filter setup:

filterOptions: { filters: [ { filterName: "nom_id", "filterType": "number", field: "nom_id", filterLabel: "Nom ID", filter_interface: [ { filter_element: "input", filter_element_attributes: {"type": "number"} } ] } ] }

What am I missing?

pontikis commented 9 years ago

You have to "include" localization file

 <script type="text/javascript" src="/path/to/jui_filter_rules/localization/en.min.js"></script>

see http://www.pontikis.net/labs/jui_filter_rules/demo/ (the code tab)

kronus commented 9 years ago

I included the localization file and it does not solve the error. Did you ever find a solution to this issue?