Browse Source

Update to ed257cb

main
Shim Won 10 years ago
parent
commit
6c258bd271
  1. 2
      docs/ref-01-top-level-api.ko-KR.md

2
docs/ref-01-top-level-api.ko-KR.md

@ -132,7 +132,7 @@ boolean isValidElement(* object)
```javascript
DOMElement findDOMNode(ReactComponent component)
```
이 컴포넌트가 DOM에 마운트된 경우 해당하는 네이티브 브라우저 DOM 엘리먼트를 리턴합니다. 이 메소드는 폼 필드의 값이나 DOM의 크기/위치 등 DOM에서 정보를 읽을 때 유용합니다. `render``null`이나 `false`를 리턴할 때 `React.findDOMNode()``null`을 리턴합니다.
이 컴포넌트가 DOM에 마운트된 경우 해당하는 네이티브 브라우저 DOM 엘리먼트를 리턴합니다. 이 메소드는 폼 필드의 값이나 DOM의 크기/위치 등 DOM에서 정보를 읽을 때 유용합니다. `render``null`이나 `false`를 리턴할 때 `findDOMNode()``null`을 리턴합니다.
### React.DOM

Loading…
Cancel
Save