Commit Graph

182 Commits

Author SHA1 Message Date
Cheng Lou
b8081db247 docs add input attrs for Dom Differences 2013-12-18 00:46:59 -05:00
Cheng Lou
f6df878b37 docs section for non-dom attributes
Also added documentation for `dangerouslySetInnerHTML`.
2013-12-18 00:31:17 -05:00
Pete Hunt
d6886c35b3 Merge pull request #668 from nicholasbs/fix-docs-typo
Fix typos
2013-12-17 18:39:14 -08:00
Kit Randel
990e1e4142 Tutorial template markup needs a reference to jquery for the ajax calls
from step 13 onwards.
2013-12-18 15:13:45 +13:00
Nicholas Bergson-Shilcock
9fd3cf29b3 Fix typo (ot -> to) 2013-12-15 12:11:47 -05:00
Ben Alpert
ec1c1d4ace Add loop property 2013-12-11 11:46:16 -08:00
Brian Cooke
6d8496dd06 Update highlighted lines in tutorial
Minor issue, but I found it distracting that the highlighted lines were not accurate. I *believe* this fixes them up.
2013-12-09 15:16:37 -08:00
Pete Hunt
28f5f803e6 Merge pull request #581 from chenglou/docs-select-value
docs `select` `value` to control chosen option
2013-12-01 13:53:12 -08:00
Cheng Lou
3d51380732 docs remove rootNode for componentDidMount/Update 2013-11-27 21:46:02 -05:00
Cheng Lou
493a22b865 docs select value to control chosen option 2013-11-20 22:34:53 -05:00
Ben Alpert
0f5fd4e076 autoBind -> Autobinding
We don't use the term autoBind anywhere any more.
2013-11-20 11:42:05 -08:00
Cheng Lou
289841e14f docs highlight className and htmlFor transforms 2013-11-18 21:42:51 -05:00
Cheng Lou
aee4f20c00 docs classSet semicolons missing 2013-11-18 21:22:14 -05:00
Paul O’Shannessy
36515bb9eb Merge branch 'chenglou-classSet'
closes #463
2013-11-18 18:00:24 -08:00
Pete Hunt
b99c50bf44 Merge pull request #460 from chenglou/opacity-1
fix doc & example transition opacity from .99 to 1
2013-11-13 17:31:08 -08:00
Fabio M. Costa
d469a4e694 Fixes the name of the component on documentation
AvatarImage -> Avatar
2013-11-10 11:52:41 -08:00
Cheng Lou
12d16c92d8 update add-ons docs based on feedbacks
- Overview of add-ons for the add-ons page.
- Better title for `ReactLink`.
- Nicer code format for classSet example.
- Better explanation for `classSet`.
2013-11-08 16:55:14 -05:00
petehunt
ee83ad9f88 Make state immutable in tutorial (eek) 2013-11-08 13:27:20 -08:00
Cheng Lou
4217596377 move docs tooling from JSX in Depth
Also removes the code wrap around the syntax highlighting link.
2013-11-07 14:25:54 -05:00
Cheng Lou
686ea54857 add docs lowercase mention for data- and aria- 2013-11-05 21:02:06 -05:00
Paul O’Shannessy
67d4e7ebaf Remove jQuery version number from tutorial docs 2013-11-05 11:29:00 -08:00
Ben Alpert
2f08e7f3d0 tutorial: Simplify ajax options
dataType was unnecessary; mimeType was both unnecessary and wrong in this case. Also removed an unnecessary bind and changed pollInterval to 2000 ms for consistency with https://github.com/petehunt/react-tutorial (faster is nicer if you actually try it out!).
2013-11-05 11:17:37 -08:00
petehunt
7c9eb94833 Update tutorial to use className 2013-11-04 17:04:25 -08:00
Paul O’Shannessy
9b3c3b63e2 [docs] Clarify when getInitialState is called. 2013-11-01 15:29:10 -07:00
Cheng Lou
87c91649f3 add docs on classSet add-on 2013-10-31 21:59:35 -04:00
Cheng Lou
c60838de08 split add-ons into subsections
In preparation for documenting `classSet` add-on.
2013-10-31 21:10:19 -04:00
Cheng Lou
c4ad7db26f fix doc & example transition opacity from .99 to 1
The initial thought was that an opacity animation from 0.01 to 1 causes trouble on some browser. But after testing on opera 12.15, ff 23, ie 10, chrome 30, desktop/mobile safari 7 and chrome android I confirm this works.
2013-10-31 17:35:38 -04:00
Paul O’Shannessy
9f6b329d8a Update API docs for unmountAndReleaseReactRootNode 2013-10-26 17:42:34 -07:00
Brian Rue
2226476039 ReactTransitionGroup example: fix typo and logic bug in handleRemove 2013-10-25 18:03:31 -07:00
Keito Uchiyama
c36b68e386 docs: Delete Mutation Events (onCharacterDOMModified) 2013-10-21 19:56:49 -07:00
Paul O’Shannessy
34629c666a docs: remove OUTLINE 2013-10-21 15:20:01 -07:00
Paul O’Shannessy
9cde3caa6d Update docs with supported tags and attributes 2013-10-15 18:15:24 -07:00
petehunt
b5841ea2f3 new addons docs
closes #403
2013-10-15 14:09:21 -07:00
Ben Alpert
3328553ecc Tweak verbiage about required polyfills
I found it weird how the es5-shim comment came after the list of functions; now it's before.
2013-10-08 16:25:29 -07:00
Cheng Lou
699ee86fc5 Add doc link to DOM differences from JSX gotchas 2013-09-30 20:46:41 -04:00
Paul O’Shannessy
e484a734b5 Fix 404s to non-existent API docs 2013-09-24 16:00:52 -07:00
Paul O’Shannessy
a9f4a67005 Redirect docs/reference.html 2013-09-24 15:47:17 -07:00
Keito Uchiyama
3eb25ebafe Fix typo in doc 2013-09-22 15:09:36 -07:00
Keito Uchiyama
9eeee6960f Fix use of "it's" in docs 2013-09-22 13:24:25 -07:00
SanderSpies
ecbc0951e3 - removed creation of the id within the tooling integration doc (expect this to be done by @zpao's pull request)
- removed the if statement and now always provide a warning message (as proposed by @spicyj)
- improved the warning message
2013-09-19 06:48:38 +02:00
SanderSpies
786d431414 Correcting the markdown anchor 2013-09-19 00:58:37 +02:00
SanderSpies
cce5f4e167 Give the user a warning when using unoptimized JSX code and send the user to the correct location in the documentation to optimize. 2013-09-19 00:55:10 +02:00
Pete Hunt
d476100399 Merge pull request #351 from spicyj/api-docs
Flesh out reference documentation, more API info
2013-09-17 16:12:16 -07:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00
yungsters
bd64af42b5 Add link to third-party JavaScript (JSX).tmLanguage in docs. 2013-09-17 13:30:53 -07:00
Paul O’Shannessy
1d0a9ae884 Merge pull request #305 from brianr/tutorial-explain-showdown
Tutorial: show how to add showdown.js
2013-09-03 13:33:05 -07:00
Paul O’Shannessy
11a054c764 Redirect /docs to the right page
I've hit this a few times where I want to get to docs so I take whatever
my urlbar gives me and strip out the actual page so I can get to the
root, however that's a 404.

This introduces a super easy way to redirect, which could be handy in
the future as docs get rewritten.

I would much rather do this with a real htaccess file or even just
handle 404s gracefully, but that's not currently an option with GitHub
pages (since we generate our own and don't use a custom domain).
2013-09-03 13:25:23 -07:00
Brian Rue
93a516e41b Tutorial: show how to add showdown.js 2013-08-30 16:29:01 -07:00
Paul O’Shannessy
3996d95131 [docs] Small tweaks as reported in comments
* highlight `</form>`
* use correct id in `getElementById` call
2013-08-28 14:42:07 -07:00
Paul O’Shannessy
647ce1553c Fix capitalization of Tooling Integration page 2013-08-26 14:53:56 -07:00