Set of functions for Image operations
Method Summary | |
void |
fwkClearImage(object obj)
Clears (erases) the given image widget ( hides the image ) |
void |
fwkClearImage(string id)
Clears (erases) the image associated with the given id ( hides the image ) |
void |
fwkRefreshImage(object obj)
Refreshes the given image widget Reloads the image from the server using its "src" attribute |
void |
fwkRefreshImage(string id)
Refreshes the image associated with the given id Reloads the image from the server using its "src" attribute |
Method Detail |
public void fwkRefreshImage(string id)
id
- the widget idpublic void fwkRefreshImage(object obj)
obj
- the image referencepublic void fwkClearImage(string id)
id
- the widget idpublic void fwkClearImage(object obj)
obj
- the image reference