Download outline Free Java Code

Description

A web based CSS grid generator.

Icons

outline

Source Files

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


.gitignore/*ww w.jav  a  2 s . com*/
.rvmrc
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
app/assets/fonts/fontawesome-webfont.eot
app/assets/fonts/fontawesome-webfont.svg
app/assets/fonts/fontawesome-webfont.svgz
app/assets/fonts/fontawesome-webfont.ttf
app/assets/fonts/fontawesome-webfont.woff
app/assets/images/add-content-item-form-arrow.png
app/assets/images/blank.png
app/assets/images/glyphicons-halflings-white.png
app/assets/images/glyphicons-halflings.png
app/assets/images/login_bg.jpg
app/assets/images/login_bg.png
app/assets/images/rails.png
app/assets/javascripts/activities.js.coffee
app/assets/javascripts/application.js
app/assets/javascripts/boot.js.coffee
app/assets/javascripts/bootstrap.js.coffee
app/assets/javascripts/bulk.js.coffee
app/assets/javascripts/content_holders.js.coffee
app/assets/javascripts/content_items.js.coffee
app/assets/javascripts/domain.js.coffee
app/assets/javascripts/favorites.js.coffee
app/assets/javascripts/handlers.js.coffee
app/assets/javascripts/jquery-ui-1.8.17.custom.min.js
app/assets/javascripts/jquery.highlight.js
app/assets/javascripts/links.js.coffee
app/assets/javascripts/notes.js.coffee
app/assets/javascripts/pages.js.coffee
app/assets/javascripts/projects.js.coffee
app/assets/javascripts/quick_jump_targets.js.coffee
app/assets/javascripts/quickjump.js.coffee
app/assets/javascripts/setup.js.coffee
app/assets/javascripts/tags.js.coffee
app/assets/javascripts/todo_lists.js.coffee
app/assets/javascripts/todos.js.coffee
app/assets/javascripts/twitter/bootstrap.js
app/assets/javascripts/user_sessions.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/javascripts/visible_helper.js.coffee
app/assets/javascripts/welcome.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/application/activities.css.sass
app/assets/stylesheets/application/content_holders.css.sass
app/assets/stylesheets/application/content_items.css.sass
app/assets/stylesheets/application/domain.css.sass
app/assets/stylesheets/application/favorites.css.sass
app/assets/stylesheets/application/links.css.sass
app/assets/stylesheets/application/notes.css.sass
app/assets/stylesheets/application/pages.css.sass
app/assets/stylesheets/application/projects.css.sass
app/assets/stylesheets/application/quick_jump_targets.css.sass
app/assets/stylesheets/application/quickjump.css.sass
app/assets/stylesheets/application/setup.css.sass
app/assets/stylesheets/application/shared.css.sass
app/assets/stylesheets/application/tags.css.sass
app/assets/stylesheets/application/todo_lists.css.sass
app/assets/stylesheets/application/todos.css.sass
app/assets/stylesheets/application/user_sessions.css.sass
app/assets/stylesheets/application/users.css.sass
app/assets/stylesheets/application/welcome.css.sass
app/assets/stylesheets/bootstrap.css
app/assets/stylesheets/bootstrap.responsive.css
app/assets/stylesheets/font-awesome-outline.css
app/assets/stylesheets/font-awesome.css
app/assets/stylesheets/print.css.sass
app/assets/stylesheets/themes/default/all.css.sass
app/assets/stylesheets/themes/outline/all.css
app/assets/stylesheets/themes/outline/bootswatch.css
app/assets/stylesheets/themes/outline/forms.css.sass
app/assets/stylesheets/themes/outline/modal.css.sass
app/assets/stylesheets/themes/outline/outline.css.sass
app/controllers/activities_controller.rb
app/controllers/application_controller.rb
app/controllers/content_items_controller.rb
app/controllers/domain_controller.rb
app/controllers/favorites_controller.rb
app/controllers/links_controller.rb
app/controllers/notes_controller.rb
app/controllers/pages_controller.rb
app/controllers/projects_controller.rb
app/controllers/quick_jump_targets_controller.rb
app/controllers/setup_controller.rb
app/controllers/tags_controller.rb
app/controllers/todo_lists_controller.rb
app/controllers/todos_controller.rb
app/controllers/user_sessions_controller.rb
app/controllers/users_controller.rb
app/controllers/welcome_controller.rb
app/helpers/activities_helper.rb
app/helpers/application_helper.rb
app/helpers/bulk_collection_helper.rb
app/helpers/content_holders_helper.rb
app/helpers/content_items_helper.rb
app/helpers/domain_helper.rb
app/helpers/favorites_helper.rb
app/helpers/form_helper.rb
app/helpers/links_helper.rb
app/helpers/markdown_helper.rb
app/helpers/notes_helper.rb
app/helpers/pages_helper.rb
app/helpers/projects_helper.rb
app/helpers/quick_jump_targets_helper.rb
app/helpers/setup_helper.rb
app/helpers/tags_helper.rb
app/helpers/todo_lists_helper.rb
app/helpers/todos_helper.rb
app/helpers/translation_helper.rb
app/helpers/user_sessions_helper.rb
app/helpers/user_text_helper.rb
app/helpers/users_helper.rb
app/helpers/welcome_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/ability.rb
app/models/activity.rb
app/models/content.rb
app/models/content_item.rb
app/models/context.rb
app/models/domain.rb
app/models/favorite.rb
app/models/link.rb
app/models/note.rb
app/models/page.rb
app/models/project.rb
app/models/quick_jump_target.rb
app/models/tag.rb
app/models/tagging.rb
app/models/todo.rb
app/models/todo_list.rb
app/models/user.rb
app/models/user_session.rb
app/views/activities/_activity_collection.html.haml
app/views/activities/_activity_show.html.haml
app/views/activities/_day_collection.html.haml
app/views/activities/index.html.haml
app/views/activities/index.js.erb
app/views/content/_blank_slate.html.haml
app/views/content/_show.html.haml
app/views/content_items/_content_item_options.html.haml
app/views/content_items/_detail_view.html.haml
app/views/content_items/_edit.html.haml
app/views/content_items/_form.html.haml
app/views/content_items/_index_collection.html.haml
app/views/content_items/_new.html.haml
app/views/content_items/_show.html.haml
app/views/content_items/_timestamp.html.haml
app/views/content_items/_top_add_form.html.haml
app/views/content_items/create.js.erb
app/views/content_items/destroy.js.erb
app/views/content_items/edit.html.haml
app/views/content_items/edit.js.erb
app/views/content_items/move_to_page.js.erb
app/views/content_items/new.html.haml
app/views/content_items/show.html.haml
app/views/content_items/show.js.erb
app/views/content_items/update.js.erb
app/views/domain/dashboard.html.haml
app/views/domain/search.html.haml
app/views/domain/settings.html.haml
app/views/favorites/_button.html.haml
app/views/favorites/set.js.erb
app/views/layouts/themes/default/_body_collection.html.haml
app/views/layouts/themes/default/_body_resource.haml
app/views/layouts/themes/default/_body_yield.html.haml
app/views/layouts/themes/default/_footer.html.haml
app/views/layouts/themes/default/_head.html.haml
app/views/layouts/themes/default/_navbar.html.haml
app/views/layouts/themes/default/_sidebar-left.html.haml
app/views/layouts/themes/default/_sidebar-right.html.haml
app/views/layouts/themes/default/application.html.haml
app/views/layouts/themes/default/login.html.haml
app/views/links/_activity_show.html.haml
app/views/links/_form.html.haml
app/views/links/_show.html.haml
app/views/links/index.html.haml
app/views/notes/_activity_show.html.haml
app/views/notes/_form.html.haml
app/views/notes/_show.html.haml
app/views/notes/index.html.haml
app/views/pages/_activity_collection.html.haml
app/views/pages/_bulk_collection.html.haml
app/views/pages/_bulk_collection_entry.haml
app/views/pages/_edit.html.haml
app/views/pages/_form.html.haml
app/views/pages/_show.html.haml
app/views/pages/edit.html.haml
app/views/pages/edit.js.erb
app/views/pages/index.html.haml
app/views/pages/index.js.erb
app/views/pages/new.html.haml
app/views/pages/show.html.haml
app/views/pages/show.js.erb
app/views/projects/_activity_collection.html.haml
app/views/projects/_activity_show.html.haml
app/views/projects/_bulk_collection.html.haml
app/views/projects/_bulk_collection_entry.haml
app/views/projects/_form.html.haml
app/views/projects/_show.html.haml
app/views/projects/_sidebar.html.haml
app/views/projects/edit.html.haml
app/views/projects/index.html.haml
app/views/projects/index.js.erb
app/views/projects/new.html.haml
app/views/projects/show.html.haml
app/views/projects/show.js.erb
app/views/projects/todo_lists.html.haml
app/views/setup/create_first_user.html.haml
app/views/shared/_bulk_add_tags.html.haml
app/views/shared/_bulk_collection.html.haml
app/views/shared/_bulk_collection_entry.html.haml
app/views/shared/_bulk_destroy.html.haml
app/views/shared/_bulk_move_to_project.html.haml
app/views/shared/_form_buttons.html.haml
app/views/shared/_new_page_modal.html.haml
app/views/shared/_new_project_modal.html.haml
app/views/shared/_quickjump_modal.html.haml
app/views/shared/_sidebar_for_context.html.haml
app/views/shared/_sidebar_no_context.html.haml
app/views/shared/index/_filter.html.haml
app/views/shared/index/_filter_by_project.html.haml
app/views/shared/index/_filter_form.html.haml
app/views/shared/index/_toolbar.html.haml
app/views/shared/js/_insert_html.js.erb
app/views/shared/js/_remove_dom.js.erb
app/views/shared/js/_replace_dom.js.erb
app/views/shared/js/_update_html.js.erb
app/views/shared/js/_update_sidebar.js.erb
app/views/tags/_form.html.haml
app/views/tags/_tag.html.haml
app/views/tags/_tags.html.haml
app/views/todo_lists/_form.html.haml
app/views/todo_lists/_show.html.haml
app/views/todo_lists/index.html.haml
app/views/todos/_activity_collection.html.haml
app/views/todos/_activity_show.html.haml
app/views/todos/_content_item_options.html.haml
app/views/todos/_form.html.haml
app/views/todos/_show.html.haml
app/views/todos/set_active.js.erb
app/views/user_sessions/_form.html.erb
app/views/user_sessions/forgot_password.html.erb
app/views/user_sessions/new.html.haml
app/views/user_sessions/reset_password.html.erb
app/views/users/_bulk_collection_entry.haml
app/views/users/_form.html.haml
app/views/users/edit.html.haml
app/views/users/index.html.haml
app/views/users/new.html.haml
app/views/users/show.html.haml
app/views/welcome/index.html.erb
config.ru
config/application.rb
config/boot.rb
config/database.yml.mysql
config/database.yml.sqlite3
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/configuration.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/require_extensions.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/simple_form.rb
config/initializers/simple_form_bootstrap.rb
config/initializers/simple_form_builder_ext.rb
config/initializers/will_paginate_renderer.rb
config/initializers/wrap_parameters.rb
config/locales/activities.en.yml
config/locales/content_items.en.yml
config/locales/domain.en.yml
config/locales/en.yml
config/locales/helpers.en.yml
config/locales/links.en.yml
config/locales/navigation.en.yml
config/locales/notes.en.yml
config/locales/pages.en.yml
config/locales/projects.en.yml
config/locales/setup.en.yml
config/locales/shared.en.yml
config/locales/simple_form.en.yml
config/locales/todo_lists.en.yml
config/locales/todos.en.yml
config/locales/user_sessions.en.yml
config/locales/users.en.yml
config/routes.rb
db/migrate/20120123144138_create_domains.rb
db/migrate/20120123144649_create_users.rb
db/migrate/20120123192904_create_projects.rb
db/migrate/20120123192911_create_contexts.rb
db/migrate/20120123224426_create_pages.rb
db/migrate/20120123234437_create_contents.rb
db/migrate/20120123234455_create_content_items.rb
db/migrate/20120123235016_create_notes.rb
db/migrate/20120124191651_create_links.rb
db/migrate/20120129001218_create_todo_lists.rb
db/migrate/20120129001227_create_todos.rb
db/migrate/20120131003148_create_activities.rb
db/migrate/20120131155934_create_quick_jump_targets.rb
db/migrate/20120216145551_add_theme_to_domain.rb
db/migrate/20120217110848_create_favorites.rb
db/migrate/20120229145027_add_description_to_projects.rb
db/migrate/20120511073549_create_tags.rb
db/migrate/20120511073600_create_taggings.rb
db/migrate/20120523083229_add_context_id_to_contents.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/action_controller/authorized_resources.rb
lib/action_controller/content_holder_resources.rb
lib/action_controller/content_item_group_resources.rb
lib/action_controller/content_item_resources.rb
lib/action_controller/enable_bulk_actions.rb
lib/active_record/acts_as_content_holder.rb
lib/active_record/acts_as_content_item.rb
lib/active_record/acts_as_content_item_group.rb
lib/active_record/acts_as_context.rb
lib/active_record/acts_as_context_item.rb
lib/active_record/acts_as_owned_by_user.rb
lib/active_record/acts_as_taggable_by_user.rb
lib/active_record/has_activity.rb
lib/active_record/has_quick_jump_target.rb
lib/assets/.gitkeep
lib/outline.rb
lib/outline/create_example_resources.rb
lib/outline/setup.rb
lib/tasks/.gitkeep
lib/templates/erb/scaffold/_form.html.erb
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
test/fixtures/.gitkeep
test/fixtures/activities.yml
test/fixtures/content_items.yml
test/fixtures/contents.yml
test/fixtures/contexts.yml
test/fixtures/domains.yml
test/fixtures/favorites.yml
test/fixtures/links.yml
test/fixtures/notes.yml
test/fixtures/pages.yml
test/fixtures/projects.yml
test/fixtures/quick_jump_targets.yml
test/fixtures/taggings.yml
test/fixtures/tags.yml
test/fixtures/todo_lists.yml
test/fixtures/todos.yml
test/fixtures/users.yml
test/functional/.gitkeep
test/functional/activities_controller_test.rb
test/functional/domain_controller_test.rb
test/functional/favorites_controller_test.rb
test/functional/helpers/content_item_resources.rb
test/functional/links_controller_test.rb
test/functional/notes_controller_test.rb
test/functional/pages_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/quick_jump_targets_controller_test.rb
test/functional/setup_controller_test.rb
test/functional/tags_controller_test.rb
test/functional/todo_lists_controller_test.rb
test/functional/todos_controller_test.rb
test/functional/user_sessions_controller_test.rb
test/functional/users_controller_test.rb
test/functional/welcome_controller_test.rb
test/helpers/test_difference_helper.rb
test/helpers/test_login_helper.rb
test/integration/.gitkeep
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
test/unit/activity_test.rb
test/unit/content_item_test.rb
test/unit/content_test.rb
test/unit/context_test.rb
test/unit/domain_test.rb
test/unit/favorite_test.rb
test/unit/helpers/activities_helper_test.rb
test/unit/helpers/content_holders_helper_test.rb
test/unit/helpers/content_items_helper_test.rb
test/unit/helpers/domain_helper_test.rb
test/unit/helpers/favorites_helper_test.rb
test/unit/helpers/links_helper_test.rb
test/unit/helpers/markdown_helper_test.rb
test/unit/helpers/notes_helper_test.rb
test/unit/helpers/pages_helper_test.rb
test/unit/helpers/projects_helper_test.rb
test/unit/helpers/quick_jump_targets_helper_test.rb
test/unit/helpers/setup_helper_test.rb
test/unit/helpers/tags_helper_test.rb
test/unit/helpers/todo_lists_helper_test.rb
test/unit/helpers/todos_helper_test.rb
test/unit/helpers/user_sessions_helper_test.rb
test/unit/helpers/user_text_helper_test.rb
test/unit/helpers/users_helper_test.rb
test/unit/helpers/welcome_helper_test.rb
test/unit/link_test.rb
test/unit/note_test.rb
test/unit/page_test.rb
test/unit/project_test.rb
test/unit/quick_jump_target_test.rb
test/unit/tag_test.rb
test/unit/tagging_test.rb
test/unit/todo_list_test.rb
test/unit/todo_test.rb
test/unit/user_test.rb
vendor/assets/javascripts/.gitkeep
vendor/assets/stylesheets/.gitkeep
vendor/plugins/.gitkeep

Download

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

outline-master.zip




















Home »
  Javascript Free Code Download »
    UI »




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