Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Sep 11, 2009 @ 10:51
    Dirk De Grave
    0

    Make number of columns configurable

    Hi Masood,

    Any plans on making the number of fields configurable, so we're not limited (or forced) to have 7 fields? Haven't used the package yet, but wonder whether the value of the datatype is stored in the value for each field attribute (in the xml you generate)?

     

    Cheers,

    /Dirk

  • Masood Afzal 176 posts 522 karma points
    Sep 11, 2009 @ 13:05
    Masood Afzal
    2

    Yes it stores values are stored as attributes.

    <items>
    <item field1="123" field2="abc" ..... field7="xyz">
    </items>

    Next version would be:

     - Configurable number of fields

    - Allow dropdownlist/checkboxlist and other datatypes for fields

    - Mandatory/optional fields

    - Other improvements/suggestions

    Cheers

    Masood

     

  • Marco Lusini 176 posts 1370 karma points
    Sep 14, 2009 @ 09:34
    Marco Lusini
    1

    It would be nice if item data could (also?) be saved in the usual Umbraco XML syntax: <data alias="field1">123</data>.

    In this way you could just cut&paste code from other XSLT without any change.

    It would also nice if you could define alias for your fileds, instead of filed1...field7

    Marco

     

  • Masood Afzal 176 posts 522 karma points
    Sep 26, 2009 @ 18:35
    Masood Afzal
    0

    Next version (to be released soon) saves data as:<data alias="alias">property value</data>

     

  • Masood Afzal 176 posts 522 karma points
    Sep 26, 2009 @ 18:36
    Masood Afzal
    0

    Also, number of fields are configurable

Please Sign in or register to post replies

Write your reply to:

Draft