Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

[2.1][2175] Added doc for dateSelect/monthSelect #156

Closed
wants to merge 18 commits into from

Conversation

bakura10
Copy link
Contributor

This is the doc for this related PR : zendframework/zendframework#2175

(as well as an addition to a new feature of Collection that I didn't documented before).

Freeaqingme and others added 14 commits September 7, 2012 01:37
Added a link to Wikipedia explaining the term DRY for people who don't know what it means.
Added a link to Wikipedia explaining the term DRY for people who don't know what it means.
- Both were missing an end paren (')')
Removed Zend_Rest as they have passwd away
…uickstart-examples

Fixed examples rendering csrf and button
- Element specifications within factory example were done incorrectly
…uick-start-factory

[ZF2-526] Fix example of form factory
Update docs/languages/en/modules/zend.paginator.usage.rst
@@ -36,7 +36,7 @@ The following methods are in addition to the inherited :ref:`methods of Zend\\Fo
.. function:: setOptions(array $options)
:noindex:

Set options for an element of type Collection. Accepted options, in addition to the inherited options of Zend\\Form\\Element <zend.form.element.methods.set-options>` , are: ``"target_element"``, ``"count"``, ``"allow_add"``, ``"should_create_template"`` and ``"template_placeholder"`` , which call ``setTargetElement``, ``setCount``, ``setAllowAdd``, ``setShouldCreateTemplate`` and ``setTemplatePlaceholder`` , respectively.
Set options for an element of type Collection. Accepted options, in addition to the inherited options of Zend\\Form\\Element <zend.form.element.methods.set-options>` , are: ``"target_element"``, ``"count"``, ``"allow_add"``, ``"allow_remove"``, ``"should_create_template"`` and ``"template_placeholder"`` , which call ``setTargetElement``, ``setCount``, ``setAllowAdd``, ``setAllowRemove``, ``setShouldCreateTemplate`` and ``setTemplatePlaceholder`` , respectively.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I suggest to split up thise line, around 'which call'? Otherwise it will be one sentence with two fairly large enumerations.

@Maks3w
Copy link
Member

Maks3w commented Sep 14, 2012

Seems the history of this PR is messed

@Freeaqingme
Copy link
Member

@bakura10 It seems somehow this PR includes a bit too many commits. Could you please look at that, or seek assistance on IRC or the Mailing Lists? In this current state I'm hesitant to merging this.

@bakura10
Copy link
Contributor Author

I'm closing too. I'll review Form docs today and tomorrow, and this one has changed too.

@bakura10 bakura10 closed this Sep 29, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants