EasyUI Forum
April 25, 2024, 03:01:27 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [SOLVED] horizontal accordion  (Read 4814 times)
roberto
Jr. Member
**
Posts: 88


View Profile Email
« on: April 19, 2017, 07:43:28 PM »

how to remove the title? On vertical accordion I can just let it empty but I get an error on horizontal.
very useful, by the way.
tks,
« Last Edit: April 20, 2017, 10:57:07 AM by roberto » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 19, 2017, 08:14:52 PM »

You can not remove the title but you can set its width to 0. Please try this code:
Code:
<div id="aa" class="easyui-accordion" halign="left" style="width:700px;height:300px;">
<div title="Panel1" titleDirection="up" style="border:0">
<header style="width:0;padding:0;border:0"></header>
<p>Accordion Panel1.</p>
</div>
<div title="Panel2" titleDirection="up" style="border:0">
<header style="width:0;padding:0;border:0"></header>
<p>Accordion Panel2.</p>
</div>
<div title="Panel3" titleDirection="up" style="border:0">
<header style="width:0;padding:0;border:0"></header>
<p>Accordion Panel3.</p>
</div>
</div>
Logged
roberto
Jr. Member
**
Posts: 88


View Profile Email
« Reply #2 on: April 20, 2017, 10:49:33 AM »

peeeeeeeeeeerfect!  Smiley
tks so much
Logged
brunoital
Newbie
*
Posts: 1



View Profile WWW
« Reply #3 on: April 26, 2017, 06:36:28 AM »

Thanx  Smiley
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!