Skip to content
Snippets Groups Projects
Commit 1c65ca09 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Add the viewedit tools.

Polish documentation.
parent 839461bf
No related branches found
No related tags found
No related merge requests found
/* /*
* /static/uijs/common/form.js * /static/uijs/formbase.js
* *
* A set of common configuration used in the form * A set of common configuration used in the form
* $id$ * $iId$
* *
*/ */
......
/* /*
* /static/uijs/distributions/form.js * /static/uijs/formdistributions.js
* *
* Form associate to the distributions table * Form associated to the distributions table
* common configurations and actions are defined in /static/uijs/common/form.js * common configurations and actions are defined in /static/uijs/formbase.js
* *
* $id$ * $Id$
* *
*/ */
......
/* /*
* /static/uijs/rpmCategories/form.js * /static/uijs/formrpmCategories.js
* *
* Form associate to the rpmCategories table * Form associated to the rpmCategories table
* common configurations and actions are defined in /static/uijs/common/form.js * common configurations and actions are defined in /static/uijs/formbase.js
* *
* $id$ * $id$
* *
......
/* /*
* /static/uijs/rpms/form.js * /static/uijs/formrpms.js
* *
* Form associate to the rpms table * Form associated to the rpms table
* common configurations and actions are defined in /static/uijs/common/form.js * common configurations and actions are defined in /static/uijs/formbase.js
* *
* $id$ * $Id$
* *
*/ */
......
/* /*
* /static/uijs/systems/form.js * /static/uijs/formsystems.js
* *
* Form associate to the systems table * Form associated to the systems table
* common configurations and actions are defined in /static/uijs/common/form.js * common configurations and actions are defined in /static/uijs/formbase.js
* *
* $id$ * $Id$
* *
*/ */
......
/*
* /static/uijs/vieweditdistributions.js
*
* GridEdit associated to the distributions table
*
* $Id$
*
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment