jeditable JEditable widget

  1. Documentation
  2. Change Log

This extension encapsulates the JEditable library into a widget, which can be used in CForm definitions or anywhere you want in-place editable content.

This has just been uploaded and I'm tweaking things, so I suggest cloning the code from GitHub, rather than downloading a snapshot (which will probably be out of date).

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

More detailed documentation is available at the GitHub repository.

See the following code examples:

In a form definition:

return array(
  'name' => array('type' => 'application.extensions.jeditable.DsJEditableWidget', 'jeditable_type' => 'text')
);

In a view:

<? $this->widget('application.extensions.jeditable.DsJEditableWidget', array('jeditable_type' => 'text')) ?>

Change Log

Please refer to the Commit History on GitHub.

1 0
6 followers
1 026 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: datashaman
Created on: Oct 7, 2009
Last updated: 14 years ago

Downloads

show all