<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.kmacloud.net/index.php?action=history&amp;feed=atom&amp;title=Admin_Framework_API</id>
		<title>Admin Framework API - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.kmacloud.net/index.php?action=history&amp;feed=atom&amp;title=Admin_Framework_API"/>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Admin_Framework_API&amp;action=history"/>
		<updated>2026-05-04T19:29:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.kmacloud.net/index.php?title=Admin_Framework_API&amp;diff=771&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;The admin framework is a c-sharp api from the adminFramework.dll. It provides a basic set of properties and methods to create simple forms and reports. &lt;br /&gt;  '''To use the a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Admin_Framework_API&amp;diff=771&amp;oldid=prev"/>
				<updated>2015-07-06T15:01:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The admin framework is a c-sharp api from the adminFramework.dll. It provides a basic set of properties and methods to create simple forms and reports. &amp;lt;br /&amp;gt;  &amp;#039;&amp;#039;&amp;#039;To use the a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The admin framework is a c-sharp api from the adminFramework.dll. It provides a basic set of properties and methods to create simple forms and reports. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''To use the admin Framework''' &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a Dot net project and make a reference to the adminFramework DLL. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each class can be used to produce a specific type of form. Create an instance of the class, populate its properties and call the getHtml() method. Finally, get the styles for the framework from the .stylesheet property and add them to the document head. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''pageWithNavClass''' &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Produces a set of navigation across the top with an indented body. Fill the body with html, or the output of another framework class. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''contentWithTabsClass''' &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces a set of tabs over an indented content box. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''formNameValueRows''' &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Produces an html form with buttons and hidden values, and a set of rows each with a name and a value side. These rows can be used to create a simple set of form inputs. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''formSimpleClass''' &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces an html form with buttons, hidden values and a body where you can create form elements needed. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''reportListClass''' &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Produces a table-like set of rows and columns. &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>