jawance
啦啦。
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.net
Ajax
IT 新闻
JavaScript
SimpleGridView
webResource
好文美文
新资料
News
啦啦。
Navigation
Home
Blogs
Forums
Photos
Roller
Control Panel
Archives
October 2008 (2)
September 2008 (1)
April 2008 (1)
March 2008 (3)
January 2008 (2)
December 2007 (2)
November 2007 (2)
October 2007 (4)
September 2007 (8)
August 2007 (5)
July 2007 (1)
June 2007 (5)
May 2007 (5)
April 2007 (4)
March 2007 (2)
February 2007 (1)
January 2007 (5)
December 2006 (12)
November 2006 (6)
September 2006 (1)
August 2006 (3)
July 2006 (1)
June 2006 (5)
May 2006 (3)
April 2006 (2)
数据库
多语言要求下的数据库字段设计
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:
.net
,
SimpleGridView
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:
JavaScript
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:
JavaScript