我有一组植被,是一个词汇,有几页不同。 用户可将新字上载到数据来源,这些词语将通过非洲宇宙航空研究开发机构电话带入术语表。
我想每当窗户再造时,每当窗户再造时,就翻转玻璃窗,选择新信,改变页顶(如园区顶)。
谷歌开发商在其网站上张贴了。 然而,这显然不利于我。 滚动没有在机上登记,在窗户重新缩编时,电梯度没有调整。
Here are my ModulePrefs
title="Climate Policy and Science Glossary"
description="Paragraph format"
height="300"
scrolling="true">
<Require feature="dynamic-height"/>
<Require feature="opensocial-0.8" />
Here is the gadget s script telling it to adjust:
window.onresize = adjust;
function adjust() {
var wndwH = gadgets.window.getViewportDimensions().height,
wgtH = $( #_glossary ).closest( html ).height,
h = Math.min(wndwH, wgtH);
gadgets.window.adjustHeight(h);
}
gadgets.util.registerOnLoadHandler(adjust);
什么进展? 我做些什么错了,或者是否有任何其他人在谷歌的活跃高潮中遇到麻烦?