Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsc_jui_fr is not defined #14

Open
jessburnett opened this issue Nov 26, 2014 · 2 comments
Open

rsc_jui_fr is not defined #14

jessburnett opened this issue Nov 26, 2014 · 2 comments

Comments

@jessburnett
Copy link

I defined filter options. What could be the issue?

@pontikis
Copy link
Owner

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)

@jessburnett
Copy link
Author

I included the localization file

<!--  FILTERS plugin --> 
<link rel="stylesheet" type="text/css" href="css/jquery.jui_filter_rules.bs.min.css">
<script type="text/javascript" src="js/jquery.jui_filter_rules.min.js"></script>
<script type="text/javascript" src="js/jui_filter_rules/localization/en.min.js"></script>
<!--  required from filters plugin -->
<script type="text/javascript" src="js/moment.min.js"></script>

<!--  DATAGRID plugin -->
<link rel="stylesheet" type="text/css" href="css/jquery.bs_grid.min.css">
<script type="text/javascript" src="js/jquery.bs_grid.min.js"></script>
<script type="text/javascript" src="js/localization/en.min.js"></script>
<script type="text/javascript" src="js/tc.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants