2017 © Pedro Peláez
 

magento-module aijko_widgetimagechooser

Widget Image Chooser

image

aijko/aijko_widgetimagechooser

Widget Image Chooser

  • Tuesday, January 24, 2017
  • by Lilya Gogoleva
  • Repository
  • 12 Watchers
  • 56 Stars
  • 1,934 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 27 Forks
  • 5 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Aijko_WidgetImageChooser

Branches

  • master => stable version of this extension (tested with CE 1.5.1.0, 1.6.2.0, 1.7.0.2 & EE 1.12.0.2)
  • develop => development version

About this extension

Aijko_WidgetImageChooser introduces a new field type widgetimagechooser/chooser in the widget declaration to use the standard Magento image chooser in widgets as well., (*1)

Installation

This extension is available as a modman package so just clone it in your project or install via MagentoConnect here http://www.magentocommerce.com/magento-connect/widget-image-chooser-7129.html, (*2)

How-To

Just use widgetimagechooser/chooser as the type when declaring the widget:, (*3)

<image>
    <label>Image</label>
    <type>widgetimagechooser/chooser</type>
</image>

Example widget.xml:, (*4)

<?xml version="1.0"?>
<widgets>
    <widget_sample type="custom/widget" translate="label description" module="your_custom">
        <name>Test Widget</name>
        <parameters>
            <title>
                <label>Title</label>
                <required>1</required>
                <visible>1</visible>
                <type>text</type>
                <sort_order>10</sort_order>
            </title>
            <text>
                <label>Text</label>
                <required>1</required>
                <visible>1</visible>
                <type>textarea</type>
                <sort_order>20</sort_order>
            </text>
            <image>
                <label>Image</label>
                <required>1</required>
                <visible>1</visible>
                <type>widgetimagechooser/chooser</type>
                <sort_order>30</sort_order>
            </image>
        </parameters>
    </widget_sample>
</widgets>

Please have a look at a working example widget here https://github.com/aijko/aijko-widgetimagechooserexample, (*5)

The Versions

24/01 2017

dev-develop

dev-develop

Widget Image Chooser

  Sources   Download

OSL-3.0

The Requires

 

by Gerrit Pechmann

10/11 2016

dev-master

9999999-dev

Widget Image Chooser

  Sources   Download

OSL-3.0

The Requires

 

by Gerrit Pechmann

10/11 2016

0.4.0

0.4.0.0

Widget Image Chooser

  Sources   Download

OSL-3.0

The Requires

 

by Gerrit Pechmann

27/06 2013

0.3.0

0.3.0.0

Widget Image Chooser

  Sources   Download

OSL-3.0

The Requires

 

by Gerrit Pechmann