EasyUI Forum
December 19, 2025, 11:40:24 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Backend developer treading UI waters - HELP needed on: February 18, 2014, 09:56:03 AM
I have a EasyUI Tab Panel
Inside a Tab Pane I have several EasyUI Panels, each representing a set of data, contained in labels.
I am using RAILS

I have a backend service that is sending data for a panel back in JSON
Question: How do I update the panel labels with the JSON data?

As an Example:
EasyUI TabPanel id="foo"
EasyUI Panel inside of "foo" has labels:
A
B
C

JSON data has

A: Apple
B: Banana
C: Cherry

Code example greatly appreciated!
thanks in advance
2  General Category / EasyUI for jQuery / Knockout.js and EasyUI on: February 15, 2014, 10:07:30 AM
Has anyone integrated these two products? Searching the forums I found the same question asked a year ago. I am hoping something has been done  Smiley

thanks,
Cosmic
3  General Category / EasyUI for jQuery / ERROR Action Controller RoutingError: No route matches on: December 26, 2013, 05:38:43 PM
I am getting this error whenever my erb is displayed.

ERROR ActionController::RoutingError: No route matches [GET] "controller_name/.plugin/jquery.parser.js

*I have stripped my erb to just one "Hello World" statement...other information
Rails 3.2
Ruby 1.9.3
easyui 1.3.2

My routes.rb has
resources :foo, only: index do
  get '/:name", action: :show,    on: :collection
end

my index method contains
render file: 'foo_dir/foo', layout: Foo.config.foo_layout

application.js points only points to jquery 1.8.3.min.js and the easyui.min.js


it is a weird error that I cannot resolve. thanks in advance for any help
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!