<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: Helpers for building consistent admin UI</title>
		<link>http://wordpress.org/ideas/topic/helpers-for-building-consistent-admin-ui</link>
		<description>WordPress Ideas &#187; Topic: Helpers for building consistent admin UI</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 01:17:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/topic/helpers-for-building-consistent-admin-ui" rel="self" type="application/rss+xml" />

		<item>
			<title>Bob Gregor on "Helpers for building consistent admin UI"</title>
			<link>http://wordpress.org/ideas/topic/helpers-for-building-consistent-admin-ui#post-21342</link>
			<pubDate>Wed, 22 Feb 2012 18:18:13 +0000</pubDate>
			<dc:creator>Bob Gregor</dc:creator>
			<guid isPermaLink="false">21342@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>the function you're looking for is<br />
<code>add_settings_field($id, $title, $callback, $page);</code>
</p>]]></description>
					</item>
		<item>
			<title>Bob Gregor on "Helpers for building consistent admin UI"</title>
			<link>http://wordpress.org/ideas/topic/helpers-for-building-consistent-admin-ui#post-21341</link>
			<pubDate>Wed, 22 Feb 2012 18:11:05 +0000</pubDate>
			<dc:creator>Bob Gregor</dc:creator>
			<guid isPermaLink="false">21341@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>After digging around the core, it looks like a lot of this may already be implemented. Take a look at template.php::1125
</p>]]></description>
					</item>
		<item>
			<title>Bob Gregor on "Helpers for building consistent admin UI"</title>
			<link>http://wordpress.org/ideas/topic/helpers-for-building-consistent-admin-ui#post-21339</link>
			<pubDate>Wed, 22 Feb 2012 16:01:26 +0000</pubDate>
			<dc:creator>Bob Gregor</dc:creator>
			<guid isPermaLink="false">21339@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I totally agree. There is a settings page API, but that has yet to trickle down to the level of form controls. Thing's I'd like to see:</p>
<p>Filter hooks for defining JS callbacks &#38; Ajax, and markup tweaks<br />
A way of automating post meta saves, and option saves and delete_options
</p>]]></description>
					</item>
		<item>
			<title>lenart on "Helpers for building consistent admin UI"</title>
			<link>http://wordpress.org/ideas/topic/helpers-for-building-consistent-admin-ui#post-21298</link>
			<pubDate>Mon, 13 Feb 2012 22:45:38 +0000</pubDate>
			<dc:creator>lenart</dc:creator>
			<guid isPermaLink="false">21298@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>One things that bothers me in Wordpress is that each plugin looks like it came from its own world. Plugin authors have to build up own HTML markup (also for simplest things like form fields etc.) and they often apply their own styles. Some plugins use lots of colors, others use different typography/sizes etc. and with each plugin you install the backend looks more and more like a bad collage of different forms, fonts and colors.</p>
<p>It would be great if users would have some kind of API to build up certain parts of backend in order to preserve common look-and-feel.</p>
<p>I guess what I miss the most is helpers when writing/extending custom posts with meta fields. I'd love to have helpers like: <code>text_field($label, $name, $hint);</code> that would build the table rows and saving me some TRs and TDs. Feels like I have to write too much HTML instead of focusing on the functionality.
</p>]]></description>
					</item>

	</channel>
</rss>
