二月鸟 2008-7-18 16:40
remository组件使用问题
兄弟们,我在用remository组件的时候,把一些无关显示全部去掉了!
[attach]2992[/attach]
现在想让每一块区域窄点,不知道在哪调了,哪位高手能指点小弟!
二月鸟 2008-7-22 09:45
看了很多关于remository的帖子,得到启示,造成布局问题的罪魁祸首多半是缩略图的问题,在后台或代码里调下缩略图的尺寸大小就可以了呵呵
wenwenpeng 2008-9-16 16:43
网站链接组件
很想将网站链接组件中,在编辑网站链接条目description项时使用在线编辑器,而非现在使用的textarea,请教如何实现?
我直接将admin.weblinks.html.php中的
<textarea class="text_area" cols="50" rows="5" name="description" style="width:500px" width="500"><?php echo $row->description; ?></textarea>
修改为editorArea( 'editor1', $row->description , 'description', '100%;', '200', '75', '20' ) ; ?>并在function submitbutton(pressbutton) 函数中增加了 <?php getEditorContents( 'editor1', 'description' ) ; ?>
但这个修改不见效果