Welcome Guest, Not a member yet? Register   Sign In
New UI Library in development
#1

[eluser]Unknown[/eluser]
Hello, starting today I made public a small proof of concept on building interfaces in php directly with the help of jQuery UI components.

Details are Here in the wiki.

Simple usage as:

Code:
$this->load->library("UI");
$this->setTheme("flora");

$this->ui->open("tabs");
$this->ui->addTab("Some Tab", "<h1>Yay</h1>");
$this->ui->addTab("Some Other Tab", "<h1>Hooray</h1>");
$this->ui->close("tabs");

$this->load->view("someView", array("tabs" => $this->ui->tabs()));

produces quality tabs in any layout.

This library uses an extended CI Loader class that will be discussed soon.

For details and download go here
#2

[eluser]bijon[/eluser]
Hi,
This is nice job. It's awesome. Carry on..
#3

[eluser]johnwbaxter[/eluser]
Yeah, this looks excellent! I love jquery.

Now quick! Finish it and add thousands of cool interface effects!

Quickly now!

Wink
#4

[eluser]Référencement Google[/eluser]
Fantastic work scriitoru !
Just one question, how would you do to handle multiple form / tab?
I tryed but can't find how I can post datas to a specific tab and let this one open. Any idea?
#5

[eluser]abmcr[/eluser]
Very nice!!!! but only tab and accordion, or more controls?
#6

[eluser]Unknown[/eluser]
I can't download this library ... please give another link Tongue
#7

[eluser]Berserk[/eluser]
Posted: 11 October 2007 03:20 PM lolz Big Grin
#8

[eluser]Phil Sturgeon[/eluser]
Shame this vanished, seemed like a good start to a library. Anyone have a copy of the code so I can carry it on?




Theme © iAndrew 2016 - Forum software by © MyBB