phpScheduleIt
May 21, 2013, 09:29:02 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: phpScheduleIt 2.4.2 has been released!
Home
Help
Login
Register
phpScheduleIt
>
Help and Support
>
phpScheduleIt 1.1.x
>
Adding input field
Pages: [
1
]
« previous
next »
Print
Author
Topic: Adding input field (Read 2870 times)
php4u
Newbie
Karma: 0
Posts: 1
Adding input field
«
on:
April 07, 2006, 11:27:16 PM »
After reviewing the developer guide, I am trying to add an input field named "course."
Please see the coding below. When I test the work, noting appears below the "EMail" field.
Any suggestions greatly appreciated!
Ralph
--------------
/**
*print out course numbers
*/
function print_course ($course, $type) {
?>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr class="tableBorder">
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="cellColor"><?=translate('Course')?>
<td class="cellColor" style="text-align: left;">
<?
if ($type == RES_TYPE_ADD || $type == RES_TYPE_MODIFY)
echo '<input type="text" name="course" class="textbox"
value="' . $course . '"/>';
else
echo (!empty($course) ? $course : '');
?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?
}
-------------------
Logged
quot;Forget world peace...
try using your turnsignal"
Nick
Administrator
Hero Member
Karma: 15
Posts: 5419
Adding input field
«
Reply #1 on:
April 09, 2006, 04:27:53 PM »
Is the print_course() function ever being called?
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> Open Discussion
=> Donations
-----------------------------
Help and Support
-----------------------------
=> phpScheduleIt 2.x
=> EspaƱol
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
=> New Features and Suggestions
=> Developers
-----------------------------
Bugs
-----------------------------
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
-----------------------------
Modifications
-----------------------------
=> Post Modifications
=> Request Modification
-----------------------------
Development
-----------------------------
=> phpScheduleIt 2.0
-----------------------------
Off-Topic
-----------------------------
=> Non-phpScheduleIt Discussion
Loading...