Download talkback Free Java Code

Description

EarthLink version of the Lexipod feedback widget.

Icons

talkback

Source Files

The download file talkback-master.zip has the following entries.


.bundle/config/* ww  w  .j  a v  a  2s .  c  om*/
.gitignore
.idea/dictionaries/Allen.xml
.idea/earthlink-lexipod.iml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
.project
.rvmrc
Capfile
Gemfile
Gemfile.lock
Rakefile
app/controllers/application_controller.rb
app/controllers/company_admin/accounts_controller.rb
app/controllers/company_admin/base_controller.rb
app/controllers/company_admin/feedback_boxes_controller.rb
app/controllers/company_admin/feedback_comments_controller.rb
app/controllers/feedback_comments_controller.rb
app/controllers/primary_admin/base_controller.rb
app/controllers/primary_admin/users_controller.rb
app/controllers/user_sessions_controller.rb
app/controllers/widgets_controller.rb
app/helpers/application_helper.rb
app/helpers/company_admin/feedback_boxes_helper.rb
app/helpers/feedback_comments_helper.rb
app/helpers/primary_admin/base_helper.rb
app/helpers/primary_admin/users_helper.rb
app/helpers/user_sessions_helper.rb
app/helpers/users_helper.rb
app/models/.gitignore
app/models/feedback_box.rb
app/models/feedback_comment.rb
app/models/user.rb
app/models/user_session.rb
app/views/company_admin/accounts/.tmp_edit.html.erb.15394~
app/views/company_admin/accounts/edit.html.erb
app/views/company_admin/feedback_boxes/.tmp_edit.html.erb.39859~
app/views/company_admin/feedback_boxes/.tmp_edit.html.erb.52198~
app/views/company_admin/feedback_boxes/.tmp_edit.html.erb.65482~
app/views/company_admin/feedback_boxes/.tmp_edit.html.erb.72828~
app/views/company_admin/feedback_boxes/.tmp_index.html.erb.51362~
app/views/company_admin/feedback_boxes/.tmp_index.html.erb.59509~
app/views/company_admin/feedback_boxes/.tmp_index.html.erb.63139~
app/views/company_admin/feedback_boxes/.tmp_index.html.erb.80466~
app/views/company_admin/feedback_boxes/.tmp_new.html.erb.39293~
app/views/company_admin/feedback_boxes/.tmp_show.html.erb.45956~
app/views/company_admin/feedback_boxes/.tmp_show.html.erb.67638~
app/views/company_admin/feedback_boxes/.tmp_show.html.erb.86040~
app/views/company_admin/feedback_boxes/edit.html.erb
app/views/company_admin/feedback_boxes/index.html.erb
app/views/company_admin/feedback_boxes/new.html.erb
app/views/company_admin/feedback_boxes/show.html.erb
app/views/company_admin/feedback_comments/.tmp__feedback_comment.html.erb.2104~
app/views/company_admin/feedback_comments/.tmp__feedback_comment.html.erb.22435~
app/views/company_admin/feedback_comments/.tmp__preview.erb.97554~
app/views/company_admin/feedback_comments/.tmp__report.erb.4045~
app/views/company_admin/feedback_comments/.tmp_index.html.erb.17166~
app/views/company_admin/feedback_comments/.tmp_index.html.erb.2069~
app/views/company_admin/feedback_comments/.tmp_index.html.erb.40306~
app/views/company_admin/feedback_comments/.tmp_index.html.erb.87110~
app/views/company_admin/feedback_comments/.tmp_index.html.erb.92440~
app/views/company_admin/feedback_comments/.tmp_index.html.erb.96652~
app/views/company_admin/feedback_comments/_preview.erb
app/views/company_admin/feedback_comments/_report.erb
app/views/company_admin/feedback_comments/index.html.erb
app/views/feedback_comments/.tmp_new.html.erb.15540~
app/views/feedback_comments/.tmp_new.html.erb.2723~
app/views/feedback_comments/.tmp_new.html.erb.64357~
app/views/feedback_comments/.tmp_new.html.erb.72042~
app/views/feedback_comments/.tmp_new.html.erb.75903~
app/views/feedback_comments/new.html.erb
app/views/layouts/.gitignore
app/views/layouts/.tmp_application.html.erb.31086~
app/views/layouts/.tmp_application.html.erb.7998~
app/views/layouts/.tmp_feedback_comments.html.erb.8744~
app/views/layouts/.tmp_report.html.erb.33309~
app/views/layouts/application.html.erb
app/views/layouts/feedback_comments.html.erb
app/views/layouts/report.html.erb
app/views/primary_admin/users/.tmp_index.html.erb.50981~
app/views/primary_admin/users/_form.erb
app/views/primary_admin/users/edit.html.erb
app/views/primary_admin/users/index.html.erb
app/views/primary_admin/users/new.html.erb
app/views/primary_admin/users/show.html.erb
app/views/user_sessions/.tmp__panel.erb.85648~
app/views/user_sessions/.tmp__panel.erb.86449~
app/views/user_sessions/.tmp_new.html.erb.58915~
app/views/user_sessions/.tmp_new.html.erb.63313~
app/views/user_sessions/.tmp_new.html.erb.97131~
app/views/user_sessions/_panel.erb
app/views/user_sessions/new.html.erb
app/views/widgets/.tmp__embed.html.erb.3307~
app/views/widgets/.tmp__embed.html.erb.39726~
app/views/widgets/.tmp__embed.html.erb.63343~
app/views/widgets/.tmp__embed.html.erb.70546~
app/views/widgets/.tmp_show.js.erb.16321~
app/views/widgets/.tmp_show.js.erb.24361~
app/views/widgets/.tmp_show.js.erb.85892~
app/views/widgets/.tmp_show.js.erb.95262~
app/views/widgets/_embed.html.erb
app/views/widgets/show.js.erb
config.ru
config/application.rb
config/boot.rb
config/database.yml
config/database.yml.sample
config/deploy.rb
config/deploy/earthlink.rb
config/deploy/production.rb
config/deploy/staging.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/exception_notifier.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/locales/en.yml
config/preinitializer.rb
config/routes.rb
db/migrate/20091013171408_create_users.rb
db/migrate/20091016161728_create_feedback_boxes.rb
db/migrate/20091019144218_create_feedback_comments.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/tasks/.gitignore
lib/tasks/.gitkeep
lib/tasks/reseed.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/.gitignore
public/images/rails.png
public/javascripts/application.js
public/javascripts/jquery-1.5.min.js
public/javascripts/lexipod.js
public/javascripts/rails.js
public/robots.txt
public/stylesheets/.gitignore
public/stylesheets/.gitkeep
public/stylesheets/960.css
public/stylesheets/reset.css
public/stylesheets/scaffold.css
public/stylesheets/styles.css
public/stylesheets/text.css
public/stylesheets/widget.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/rails
script/runner
script/server
test/factories/feedback_boxes.rb
test/factories/feedback_comments.rb
test/factories/users.rb
test/fixtures/feedback_comments.yml
test/functional/.gitignore
test/functional/company_admin/accounts_controller_test.rb
test/functional/company_admin/feedback_boxes_controller_test.rb
test/functional/company_admin/feedback_comments_controller_test.rb
test/functional/primary_admin/base_controller_test.rb
test/functional/primary_admin/users_controller_test.rb
test/functional/user_sessions_controller_test.rb
test/functional/users_controller_test.rb
test/integration/.gitignore
test/integration/user_flows_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitignore
test/unit/company_admin/feedback_box_test.rb
test/unit/company_admin/feedback_comment_test.rb
test/unit/helpers/company_admin/feedback_boxes_helper_test.rb
test/unit/helpers/feedback_comments_helper_test.rb
test/unit/helpers/primary_admin/base_helper_test.rb
test/unit/helpers/primary_admin/users_helper_test.rb
test/unit/helpers/user_sessions_helper_test.rb
test/unit/helpers/users_helper_test.rb
test/unit/user_test.rb
tmp/.gitignore
vendor/plugins/.gitignore
vendor/plugins/.gitkeep
vendor/plugins/exception_notification/README
vendor/plugins/exception_notification/init.rb
vendor/plugins/exception_notification/lib/exception_notifiable.rb
vendor/plugins/exception_notification/lib/exception_notifier.rb
vendor/plugins/exception_notification/lib/exception_notifier_helper.rb
vendor/plugins/exception_notification/test/exception_notifier_helper_test.rb
vendor/plugins/exception_notification/test/test_helper.rb
vendor/plugins/exception_notification/views/exception_notifier/_backtrace.rhtml
vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml
vendor/plugins/exception_notification/views/exception_notifier/_inspect_model.rhtml
vendor/plugins/exception_notification/views/exception_notifier/_request.rhtml
vendor/plugins/exception_notification/views/exception_notifier/_session.rhtml
vendor/plugins/exception_notification/views/exception_notifier/_title.rhtml
vendor/plugins/exception_notification/views/exception_notifier/exception_notification.rhtml

Download

Click the following link to download talkback-master.zip.

talkback-master.zip




















Home »
  Javascript Free Code Download »
    UI »




DatePicker
Drag Drop
Grid
GridView
Layout
Photo
Photograph
Spreadsheet
Table
Template
UI
Widget