Code Search for Developers
 
 
  

edit_two_tables.html from SME Web Application Framework at Krugle


Show edit_two_tables.html syntax highlighted

<td valign="top">
  Edit table '{{table1}}':
  <WebObject Class="dbTable" Name="{{table1}}"
	selectable	= "true"
	editable	= "true"
	table		= "{{table1}}" />
</td>
<td valign="top">
  Edit table '{{table2}}':
  <WebObject Class="dbTable" Name="{{table2}}"
	editable	= "true" 
	table		= "{{table2}}" 
	where		= "{{filter}}"/>
</td>




See more files for this project here

SME Web Application Framework

smewebapp intends to simplify the construction of web applications for informatization of the work of SME-s (small and medium enterprises), institutions, organizations etc.

Project homepage: http://sourceforge.net/projects/smewebapp
Programming language(s): JavaScript,PHP,Shell Script,XML
License: other

  edit_one_table.html
  edit_tables.html
  edit_tables.js
  edit_tables.php
  edit_two_tables.html