Public Member Functions | |
| deleteImage ($imageId) | |
| display () | |
| execute ($fileName=null) | |
| initData () | |
| PaperGalleyForm ($paperId, $galleyId=null, $stage=null) | |
| readInputData () | |
| uploadImage () | |
Public Attributes | |
| $galley | |
| $galleyId | |
| $paperId | |
| $stage | |
Definition at line 19 of file PaperGalleyForm.inc.php.
| PaperGalleyForm.deleteImage | ( | $ | imageId | ) |
Delete an image from an HTML galley.
| $imageId | int the file ID of the image |
Definition at line 247 of file PaperGalleyForm.inc.php.
| PaperGalleyForm.display | ( | ) |
Display the form.
Definition at line 62 of file PaperGalleyForm.inc.php.
References Request.getConference().
| PaperGalleyForm.execute | ( | $ | fileName = null |
) |
Save changes to the galley.
Definition at line 112 of file PaperGalleyForm.inc.php.
References $galley, and PaperSearchIndex.updateFileIndex().
| PaperGalleyForm.initData | ( | ) |
Initialize form data from current galley (if applicable).
Definition at line 81 of file PaperGalleyForm.inc.php.
References $galley.
| PaperGalleyForm.PaperGalleyForm | ( | $ | paperId, | |
| $ | galleyId = null, |
|||
| $ | stage = null | |||
| ) |
Constructor.
| $paperId | int | |
| $galleyId | int (optional) | |
| $stage | int (optional, used for smart redirect) |
Definition at line 38 of file PaperGalleyForm.inc.php.
References $galleyId, $paperId, $stage, and Request.getConference().
| PaperGalleyForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 98 of file PaperGalleyForm.inc.php.
| PaperGalleyForm.uploadImage | ( | ) |
Upload an image to an HTML galley.
| $imageName | string file input key |
Definition at line 218 of file PaperGalleyForm.inc.php.
1.4.7