Skip to content

Commit

Permalink
remains ALT_TEXT_PROP and ALT_TEXT_KEY_PROP in IImageItemModel for
Browse files Browse the repository at this point in the history
backward compatibility.
  • Loading branch information
yuchen committed Sep 29, 2013
1 parent 0eec6d0 commit aa1a1d1
Showing 1 changed file with 14 additions and 0 deletions.
Expand Up @@ -23,6 +23,20 @@ public interface IImageItemModel
*/

public static final String IMAGE_NAME_PROP = "imageName"; //$NON-NLS-1$

/**
* Name of the optional text property, which is used to display in place of
* the image in a web browser.
*/

public static final String ALT_TEXT_PROP = "altText"; //$NON-NLS-1$

/**
* Name of the optional text resource key property.
*/

public static final String ALT_TEXT_KEY_PROP = "altTextID"; //$NON-NLS-1$


/**
* Name of the size property, which defines how to manage the relationship
Expand Down

0 comments on commit aa1a1d1

Please sign in to comment.