CodeIgniter Forums
New UI Library in development - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: New UI Library in development (/showthread.php?tid=3571)



New UI Library in development - El Forum - 10-11-2007

[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


New UI Library in development - El Forum - 10-11-2007

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


New UI Library in development - El Forum - 10-11-2007

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

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

Quickly now!

Wink


New UI Library in development - El Forum - 10-14-2007

[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?


New UI Library in development - El Forum - 10-15-2007

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


New UI Library in development - El Forum - 04-14-2009

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


New UI Library in development - El Forum - 04-15-2009

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


New UI Library in development - El Forum - 04-16-2009

[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?