Changeset 4608 for temp/trunk/html/js
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/js/layout_design.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/layout_design.js
r4598 r4608 107 107 // Ãͤò¼èÆÀ 108 108 function getAttrValue ( elm, attrname ) { 109 /* 109 110 110 if (typeof(elm.attributes[ attrname ]) != 'undefined') { 111 111 return elm.attributes[ attrname ].nodeValue; 112 112 } 113 */ 114 113 114 /* 115 115 // if (typeof(elm.attributes.getNamedItem(attrname)) != 'object'){ 116 116 val = ""; … … 134 134 return val.value; 135 135 // } 136 */ 136 137 } 137 138
Note: See TracChangeset
for help on using the changeset viewer.
