Giter Site home page Giter Site logo

aijko-widgetimagechooser's Introduction

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.

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

How-To

Just use widgetimagechooser/chooser as the type when declaring the widget:

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

Example widget.xml:

<?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

aijko-widgetimagechooser's People

Contributors

amenk avatar antoinekociuba avatar efrister avatar tino-codes avatar thehl avatar

Watchers

James Cloos avatar Tom Burman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.