FAXL3: ActionChangeAddonIcon

From fringDocumentation

Jump to: navigation, search

ActionChangeAddonIcon

Changes one of the Add-on's icons (subscription/contact/tab). This change is temporary until the next restart or unsubscription from the Add-on.

Element ActionChangeAddonIcon

The following are the elements or building blocks comprising an ActionChangeAddonIcon:

RequiredDirectionNameTypeDescription
RequiredINargIconAddonIcon/refContains the icon data.

FAXL Syntax

<ActionChangeAddonIcon>
	<IN>
		<argIcon>
			<value>
				<AddonIcon>
					<Icon>
						<IconUrl>
							<value>http://www.myurl.com/myicon</value>
						</IconUrl>
						<Effect>none</Effect>
					</Icon>
					<Type>subscription</Type>
				</AddonIcon>
			</value>
		</argIcon>
	</IN>
</ActionChangeAddonIcon>
Personal tools