Jump to content

Recommended Posts

Posted

Eu tenho um TabPanel, até aí tudo bem. Mas uma tab vais buscar a um ficheiro .php,

Aqui está o código do ficheiro .php:

<div id=\"gerir_container\"></div>
<script type=\"text/javascript\">
var tabs_gerir = new Ext.TabPanel({
                        //height: 300,
		activeTab:0,
		id:'tabs_gerir',
		renderTo:'gerir_container',
		autoTabs:true,
		region: 'center',
		enableTabScroll:true,
		margins:'3 3 3 0',
                        items: [{
                            title: 'Start',
                            header:false,
                            border:false,
	            tabTip: 'Start',
		}]

No entanto, ele não mostra o TabPanel. Alguém sabe como fazê-lo? 👍

PS: Não respondo a perguntas por mensagem que podem ser respondidas no fórum.

  • 2 weeks later...
Posted

Visto que ninguém sabe, sabem de algum TabPanel que dê para personalizar e meter parecidos com as do Ext JS? É que para ter aquilo organizado, dava-me muito jeito as Tabs.

PS: Não respondo a perguntas por mensagem que podem ser respondidas no fórum.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.