Skip to content
Pierre edited this page Aug 12, 2014 · 22 revisions

Welcome to the Focus JavaScript Framework wiki

Introduction

Focus is a JavaScript framework developped by KleeGroup. It has other github repositories associated:

Installation

  • Installation detailed in the wiki: here

Architecture

WEB API

Page patterns

First steps

Use cases

This section is still under construction

List pattern

  • I have a list to display only in consult.
  • I have a list to display with an edit mode.

Search page with results

Display page

Domains

Klee helpers

We have built customs helpers in order to be able to use efficiently Backbone and add conventions on top of it.

  • Helpers documentation here
  • Helpers for handlebars template here

Core function

Existing template (view and model)

The search pattern

  • The search view
  • The search model
  • The results view
  • The results collection
  • The results templates
  • Optionally: The single result view and model

The detail / edit pattern

  • The model
  • The readonly view
  • The edit / save view
  • How to write a template
Clone this wiki locally