From 4d08f4b32e9e2115b7a4c947080f83a4f229bcb5 Mon Sep 17 00:00:00 2001 From: Herve Quiroz Date: Fri, 5 May 2006 16:35:05 +0000 Subject: - Update to 2.1.9 - Use USE_RC_SUBR - Use SUB_FILES - Remove USE_REINPLACE PR: 95627 Submitted by: maintainer --- www/cocoon/files/patch-src-blocks-forms-samples | 134 ++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 www/cocoon/files/patch-src-blocks-forms-samples (limited to 'www/cocoon/files/patch-src-blocks-forms-samples') diff --git a/www/cocoon/files/patch-src-blocks-forms-samples b/www/cocoon/files/patch-src-blocks-forms-samples new file mode 100644 index 000000000000..6bfa833ed38e --- /dev/null +++ b/www/cocoon/files/patch-src-blocks-forms-samples @@ -0,0 +1,134 @@ +Index: src/blocks/forms/samples/forms/inplace_edit_form.xml +=================================================================== +--- src/blocks/forms/samples/forms/inplace_edit_form.xml (revision 0) ++++ src/blocks/forms/samples/forms/inplace_edit_form.xml (revision 393475) +@@ -0,0 +1,51 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Your name ++ ++ ++ ++ Cocoon user ++ ++ Occupation ++ ++ ++ ++ ++ Comments ++ ++ ++ ++ Check ++ Redisplays the page so you can see the various renderings of inplace inputs depending on their values. ++ ++ ++ ++ OK ++ ++ ++ ++ +\ No newline at end of file +Index: src/blocks/forms/samples/forms/inplace_edit_template.xml +=================================================================== +--- src/blocks/forms/samples/forms/inplace_edit_template.xml (revision 0) ++++ src/blocks/forms/samples/forms/inplace_edit_template.xml (revision 393475) +@@ -0,0 +1,72 @@ ++ ++ ++ ++ ++ ++ ++

Inline editing

++ Inline editing ++ ++ ++ ++

The fields below show the various features of in-place editing. "In place" means that inputs are rendered as normal text, and become editable once you click on them. ++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
++ Your name:
++ An inplace input with no initial value. The displayed text is ++ the input's hint ++
++ ++
++ Your occupation:
++ An inplace input with an initial value. ++
++ ++
++ Comments:
++ An multiline inplace input. ++
++ ++
++
++ ++ ++
++ Restart this sample - Back to Forms samples ++ ++
++
++
-- cgit v1.2.3