Class Index | File Index

Classes


Class AC.form.AutoSubmitImageField


Extends Ext.form.Field.
Auto-submit image field.
Defined in: ACFormFieldExtensions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
AC.form.AutoSubmitImageField.ajaxUploadObject
Ajax upload object.
<static>  
AC.form.AutoSubmitImageField.componentContributionID
Component contribution id.
<static>  
AC.form.AutoSubmitImageField.defaultError
Default error.
<static>  
AC.form.AutoSubmitImageField.frame
Frame.
<static>  
AC.form.AutoSubmitImageField.imageButton
Image button.
<static>  
AC.form.AutoSubmitImageField.imageId
the guid of the image that is set in the property of the contribution
<static>  
AC.form.AutoSubmitImageField.imgServlet
Image servlet.
<static>  
AC.form.AutoSubmitImageField.itemFinderId
The item id.
<static>  
AC.form.AutoSubmitImageField.msgTarget
Message target.
<static>  
AC.form.AutoSubmitImageField.type
The type.
<static>  
AC.form.AutoSubmitImageField.uploadButton
Upload button.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.form.AutoSubmitImageField.afterRender()
After render.
<static>  
AC.form.AutoSubmitImageField.contains(x)
this function provided so that the isValidDropPoint function of the PaletteDropZone does not fail
<static>  
AC.form.AutoSubmitImageField.deleteIcon()
Deletes the icon.
<static>  
AC.form.AutoSubmitImageField.initComponent()
Initializes the component.
<static>  
AC.form.AutoSubmitImageField.initTrigger()
Initializes the trigger.
<static>  
AC.form.AutoSubmitImageField.initVal(msg)
Initializes the value.
<static>  
AC.form.AutoSubmitImageField.onRender(ct, position)
On render.
<static>  
AC.form.AutoSubmitImageField.onTriggerClick()
The function that should handle the trigger's click event.
<static>  
AC.form.AutoSubmitImageField.updateDeletion(msg)
Update self.
<static>  
AC.form.AutoSubmitImageField.updateSelf(msg)
Update self.
Class Detail
AC.form.AutoSubmitImageField()
Default constructor.
Field Detail
<static> AC.form.AutoSubmitImageField.ajaxUploadObject
Ajax upload object.
Default Value:
null

<static> AC.form.AutoSubmitImageField.componentContributionID
Component contribution id.
Default Value:
null

<static> AC.form.AutoSubmitImageField.defaultError
Default error.
Default Value:
'The file selected could not be used as an image'

<static> AC.form.AutoSubmitImageField.frame
Frame.
Default Value:
true

<static> AC.form.AutoSubmitImageField.imageButton
Image button.
Default Value:
null

<static> AC.form.AutoSubmitImageField.imageId
the guid of the image that is set in the property of the contribution

<static> AC.form.AutoSubmitImageField.imgServlet
Image servlet.
Default Value:
'servlet/DisplayImageServlet?id='

<static> AC.form.AutoSubmitImageField.itemFinderId
The item id.
Default Value:
'imageField'

<static> AC.form.AutoSubmitImageField.msgTarget
Message target.
Default Value:
'under'

<static> AC.form.AutoSubmitImageField.type
The type.
Default Value:
'AC_imageicon'

<static> AC.form.AutoSubmitImageField.uploadButton
Upload button.
Default Value:
null
Method Detail
<static> AC.form.AutoSubmitImageField.afterRender()
After render.
Returns:
void

<static> AC.form.AutoSubmitImageField.contains(x)
this function provided so that the isValidDropPoint function of the PaletteDropZone does not fail
Parameters:
x

<static> AC.form.AutoSubmitImageField.deleteIcon()
Deletes the icon.
Returns:
void

<static> AC.form.AutoSubmitImageField.initComponent()
Initializes the component.
Returns:
void

<static> AC.form.AutoSubmitImageField.initTrigger()
Initializes the trigger.
Returns:
void

<static> AC.form.AutoSubmitImageField.initVal(msg)
Initializes the value.
Parameters:
msg
the message

<static> AC.form.AutoSubmitImageField.onRender(ct, position)
On render.
Parameters:
ct
the component
position
the position
Returns:
void

<static> AC.form.AutoSubmitImageField.onTriggerClick()
The function that should handle the trigger's click event. This method does nothing by default until overridden by an implementing function. See Ext.form.ComboBox and Ext.form.DateField for sample implementations.
Returns:
void

<static> AC.form.AutoSubmitImageField.updateDeletion(msg)
Update self.
Parameters:
msg
the message

<static> AC.form.AutoSubmitImageField.updateSelf(msg)
Update self.
Parameters:
msg
the message

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)