z3c.formjs

z3c.formjs is designed to provide a Python API to common JavaScript features for forms written with the 'z3c.form*' packages.
Download

z3c.formjs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Price:
  • FREE
  • Publisher Name:
  • Paul Carduner and the Zope Community
  • Publisher web site:
  • http://cheeseshop.python.org/pypi/z3c.formjs/0.2.0

z3c.formjs Tags


z3c.formjs Description

z3c.formjs is designed to provide a Python API to common JavaScript features for forms written with the 'z3c.form*' packages. z3c.formjs is designed to provide a Python API to common JavaScript features for forms written with the "z3c.form*" packages.While the reference backend-implementation is for the JQuery library, any other JavaScript library can be hooked into the Python API.The documents are ordered in the way they should be read:- ``jsaction.txt`` This document describes how JS scripts can be connected to events on a any widget, inclduing buttons.- ``jsvalidator.txt`` This document demonstrates how "live" widget value validation can be achieved.- ``jsevent.txt`` This documents describes the generalization that allows hooking up script to events on any field.- ``jqueryrenderer.txt`` This document demonstrates all necessary backend renderer components necessary to accomplish any of the features of this package.What's New in This Release:· Public AJAX server calls may now be registered via a simple decorator.· The calls are made available via a special ajax view on the original view.· JS subscriptions may be registered via a decorator within the presentation component.· A new CSS selector was added.· AJAX-driven widget value validation was implemented.· The entire API was completely overhauled to be easier to use and to have the most minimal implementation.· The package is now 100% tested.· AJAX request handlers in forms were implemented.


z3c.formjs Related Software