Hi
I am associating the FCKEditor for the Custom label control as below
<label id="ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_lbl1" class="PContentText" for="ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_edt1_ctl00___Frame">lbl1</label>
<iframe id="ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_edt1_ctl00___Frame"
src="/MyProjects/Editor/Fckeditor/editor/fckeditor.html?InstanceName=
ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_edt1_ctl00&Toolbar=Gemini" width="302px" height="300px"
frameborder="no" scrolling="no"></iframe>
It works fine for the first time when we click the label control it focus on the FCKEditor , Once the control is focused outside and again clicked the label control it does not focus on it.
I am not able to find what is wrong with it. eventhough the Id for the FCKEditor and the for attribute of the label control is same
So please suggest me how should I proceed.
Thanks in advance
Dharani
I am associating the FCKEditor for the Custom label control as below
<label id="ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_lbl1" class="PContentText" for="ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_edt1_ctl00___Frame">lbl1</label>
<iframe id="ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_edt1_ctl00___Frame"
src="/MyProjects/Editor/Fckeditor/editor/fckeditor.html?InstanceName=
ctl00_cphC1R1_WebPartManager1_DbgGenericWebPart2_edt1_ctl00&Toolbar=Gemini" width="302px" height="300px"
frameborder="no" scrolling="no"></iframe>
It works fine for the first time when we click the label control it focus on the FCKEditor , Once the control is focused outside and again clicked the label control it does not focus on it.
I am not able to find what is wrong with it. eventhough the Id for the FCKEditor and the for attribute of the label control is same
So please suggest me how should I proceed.
Thanks in advance
Dharani