March 2008 - Posts

0
Comments

how fixed coruscate's Listbox by jawance

In my project , mostly move mouse in web menu or click de gridview data row, occurt an unmanage event. the Listbox will coruscate and extend length ,to fixed this bug A. Right Font Size. B. Right Hight for content , for example if (200px,occurt this event ,change to 203px or 204px will fixed.)
Filed under: ,
0
Comments

How Current Display Html for Runtime Preview by jawance

如何运行时预览html 页面内容 1。使用控件的xx.innerHTML 进行负值。 2。还可以使用IFrame <IFram sc="blank" .....> 近段时间要开发用户实时编辑的HTML格式编辑器,还要在IE上面预览;然后采用了FreeTextBox 这个免费控件 发觉里面使用预览上面挺好的。拷贝里面的代码出来看看 A : iframe.document.body.innerHTML = this.StoreUrls(html); B : iframe.document.open(); iframe.document.write("<html>" + "<head>" + ((this.designModeCss != '' && FTB_Browser.isGecko) ? "<style type='text/css'>@import url(" + this.designModeCss + "...
Filed under:
0
Comments

How Let overstep textbox or input area character hidden by jawance

如何让超出文本框长度的字符自动隐藏 <div> 自动隐藏超过长度的字段,鼠标移动上去显示完整的信息<br /> <table border="1"> <tr title="ID: 697443 Created: 2007-03-06 14:38:00 PM Created By: jawance_du_gy Modified: 2007-04-17 14:49:51 PM Modified By: johnking_zhang_k" class="sgvDataRow" > <td class="sgvDataCell" align="right" style="display: none;"> 697443 </td> <td class="sgvDataCell" align="right" style="display: none;">...
Filed under: