版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
. proto:Object reactBoundArguments:null reactBoundContext:Constructor reactBoundMethod:() bind:(newThis proto:() <function name:"bound proto:() defaultValue:"pleaseinputyour proto:Object initialValue:"pleaseinputyour proto:Object pro Refs<input元素(存在于实例的子层级中)render()props(Reactivedata)renderUIReact拟DOM的限制,在render返回的组件实例上调用某些方法。通varApp= getInitialState:function() return{userInput: handleChange:function(e) this.setState({userInput: this.setState({userInput:''});//Clearthe //Wewishtofocusthe<input/> render:function() return <div ClicktoFocusand 注意,在示例中,我们想注意,在示例中,我们想“告诉input-props想“通知inputrender()中返回的内容并不是你实际创建的子描述-注意记住,从render()中返回的内容并不是实际渲染出来的子render()返回的仅仅是子组件层级树实例在特render()//counterexample:DONOTDOrender:function() varmyInput=<input //I'mgoingtotrytocallmethodson this.rememberThisInput=myInput;//inputatsomepointinthefuture! return 在这个反例中,在这个反例中,<input/><input/>组件的描述创建一个真正的<input/>的支撑实例(backinginstance)所以,我们如何与真正的input支撑实例(backinginstanceref属Reactrender()render()返回的相应的支实例(backinginstance)1refrender<inputref="myInput"处理代码),this.refs获取支撑例(backinginstance)this.refs.myInput.getDOMNode()完整示varApp= getInitialState:function() return{userInput: handleChange:function(e) this.setState({userInput: //Clearthe this.setState({userInput:''},function() //Thiscodeexecutesafterthecomponentisre- //Boom! render:function() return <div ClicktoFocusand render<input/>正的实例通过this.refs.theInput获取。只要render返回的某个子组件ref="theInput",this.refs.theInput就会获取到正确的实例。这甚至对于更的(DOM)<Typeahead总RefspropsstateRefsareagreatwaytosendamessagetoaparticularchildinstanceinawaythatwouldbeinconvenienttodoviastreamingReactivepropsandstate.Theyshould,however,notbeyourionforflowingdatathroughyourapplication.default,usetheReactivedataflowandsaverefsforcasesthatareinherentlynon-()refs(this.refs.myTypeahead.reset())管理DOM几乎总是需要冲出“本地”组件的限制,比如通过this.refs.myInput.getDOMNode(this.refs.myInput.getDOMNode()<input/>元素的底层DOMRefsRefsref会自动销毁。不用考虑内存问题(保存了什保存了什 )当当心绝不要在任何组件的render方法中 refs-或者在某个组件的render方法正在调用堆栈中运行的时候。 resilience,makesuretoneveraccessasapropertywhatwasspecifiedasastring.Thismeansyoumustusingusingthis.refs['myRefString'] IfyouhavenotprogrammedseveralappswithReact,yourfirstinclinationisusuallygoingtobetotrytouserefsto"makethingshappen"inyourapp.Ifthisisthecase,takeamomentandthinkmorecriticallyaboutwherestateshouldbeownedinthecomponenthierarchy.Often,itesclearthattheproperceto"own"thatstateisatahigherlevelinthehierarchy.cingthestatethereofteneliminatesanydesiretouserefsto"makethingshappen"–instead,thedataflowwillusuallyplishyourgoal.<!doctype<html <metacharset="UTF- <title>组件嵌套 <div <scriptsrc="react- <script // varMessageBox= //getInitialState getInitialState: return inputValue:'pleaseinputyour selectValue: textAreaValue:'thisis radioValue: checkValues: handdleSelect: selectValue: handdleRadio: radioValue: handdleCheckBox: varnewValue= if(e.target.checked&&index==- checkValues: handdleSubmit: // getDOMNodeDOM //查找 varformData checkValues: checkRadio: render:function() return <form ref="goodsname"defaultValue={this.state.inputValue}/><br/> onChange={this.handdleSelect}ref="goodsBand"> <option <option <option <option <option say={this.say} this.state.textAreaValue是无法改变默认值 defaultValue={this.state.textAreaValue} <inputtype="submit"value="提交 varCheckRadio= say: render: return name="groupRadio"value="a"defaultChecked/>A name="groupRadio"value="b"/>B name="groupRadio"value="c"/>C varMyBox= render: return value="abc"name="groupfav"/>abc value="efg"name="gr
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
评论
0/150
提交评论