Coder Social home page Coder Social 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 gerritpechmann avatar schmengler avatar thehl avatar tino-codes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aijko-widgetimagechooser's Issues

Implement the xml with the widget product link

Hi,
Magento 1.7.0.1
I've installed the extension and the example.
The example works well.

But I'dont find how to implement the xml tag image with the widget product link.

thanks

regards

Image preview when adding a new image

When choosing a new image, the preview is not displayed (only after reloading the page).

This might be a local issue for me - does this also happen for you?

Add support for WYSIWYG editor to textarea fields

Although this module is clearly intended just to add the Image Upload functionality, there is a similar requirement to allow administrators to use the WYSIWYG editor when working with widget textareas.

Would you like to see that functionality added to this module or would you like it to be separate?

There are a couple of approaches e.g. http://mario-behrendt.de/2013/04/12/using-a-wysiwyg-editor-in-a-magento-widget/ and http://stackoverflow.com/a/15953843/336905 which can be reviewed

If you are happy to see the WYSIWYG added to this module, we will fork and add it.

Remove leading slashes in modman file

Better remove the leading slash before the target paths in the modman file. Otherwise "modman deploy" will generate broken symlinks if the path in .basdir is specified with a subsequent slash (I have seen this in various installations).

Without the leading slashes in both cases (regarding the basedir path definition) the "modman deploy" command will generate working symlinks.

What is the license?

I am just creating a composer.json for you and was wondering what is the license of the module? OSL-3.0 ?

No Magento 1.9.3 compatibility

Hi there,

I have just tried to use your extension with Magento 1.9.3, but the image upload buttons are not showing (image browsing works though).
I tried it with Magento 1.9.2.4 and that works fine.

Just wanted to let you know. Maybe you can find a fix for it?

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.