List selectedItem inside GridItemEditor

I have a List inside a GridItemEditor.  To make it reusable for many columns, I make the dataProvider and labelField variables, since they are different for each column. The labelField of the List typically matches the column.dataField .
[Bindable] public var dp:ArrayCollection;
[Bindable] public var lf:String;
<s:TextInput id="t"  prompt="filter as you type" change="t_changeHandler(event)"/>
<s:List id="l"   dataProvider="{dp}" labelField="{lf}">
How do I return the value of the labelField property in l.selectedItem?  Typically, I have a fixed property (e.g. list.selectedItem.firstName), but in this case I need it to return the value of labelField as it varies by column.
override public function get value():Object {
                                                                      return l.selectedItem[labelField]  ????; // don't know the syntax?
override public function save():Boolean
                                                  data[column.dataField] = value;
Thanks,
Don

Thank you.  Works great.  I'm just getting used to cases where you don't use the dot syntax when dealing with Objects and ArrayCollections.
Appreciate the help.
Don

Similar Messages

  • Item & List tabs inside the upper ribbon is no more displayed

    I have an issue tracking list , and when  I first added the list there were two tabs named “Item” & “List” tabs inside the upper ribbon , which will be shown automatically. this applies for all the views such as “All items”, “My submissions”,
    etc. view.
    But I have edited the “All Item” view to add a Script Editor web part , and after that the “Item” & “List” tabs will no longer displayed unless the user select an item .. so can anyone advice how to force the “Item” & “List” tabs to be shown by default
    The view looks as follow, when the page loads, where no "item" or "list" tabs will be shown:-
    but when i select one item the tabs will be shown :-
    Thanks

    Hi,
    According to your description, you might want to display the “Item” & “List” tabs all the time.
    This is a by design behavior which should also be reasonable cause the tabs in ribbon will show/hide based on the focus status of a special web part in the current
    page, we might get different tabs when we focus on different web part.
    I would suggest you leave it what it is now, in most scenarios, users would be able to get used to such a scenario: click on the list view web part, ribbon and tabs
    appear, perform the operations.
    In the link provided in the previous post, applying an custom script with setTimeout() function to display the tabs forcibly will make users get confused if they are
    working on other kinds of web part the current page.
    Feel free to reply if there still any question.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Ios 7: Can I reorder list items inside of a reminder category?

    I do know how to reorder the header section for the main reminder categories.
    I thought I read that you can reorder the list items inside as well, but haven't been able to find instructions for that.
    (For example, I'd like to reorder my grocery list so that certain items are listed together...)
    Is this possible?

    Hmmm. This technique works for me on the header sections, like "Chores" and "Grocery".
    After an instant of holding, the category label expands slightly and I can drag it.
    So it should work the same way inside...
    I have 3 list items in grocery; I'm pressing and holding on the middle item, and .... nothing.
    It seems to be reading my touch, though, because I can subsequently swipe left to get the buttons.
    I'm still stuck... But thanks for testing it on your phone.

  • List VIs inside 2010 executable

    Hi all,
    I have an application where I would need to get a list of VIs present in a folder which is inside the current application (executable). But the 'List Folder' funtion returns an error when trying to do this. This link provides a way to list the VIs inside a LV2009 exe. But mine is a LV2010 executable & the OpenG example does not work. Any help for listing 2010 exe VIs will be appreciated.
    Thanks,
    Priyadarsini

    Hi gak,
    I have attached a sample application used to list the files and folders. I have used the normal 'List Folder' function when running in development system and the OpenG VIs for listing the folder in exe. These OpenG VIs work perfectly in LV2009 but not in LV2010. NI List Folder gives error in both LV2009 and LV2010 in exe. I have attached both these versions.
    Attachments:
    List Folder inside EXE-LV2010.zip ‏667 KB
    List Folder inside EXE-LV2009.zip ‏607 KB

  • Trouble centering an unordered list menu inside a div

    Hello,
    I have an unordered list menu that is giving me a fit. I can't seem to figure out how to center it in the div. Structure is like this:
    <div id="first-nav">
    <ul>
    <li>one</li>
    <li>two</li>
    <li>three</li>
    <li>four</li>
    <li>five</li>
    </ul>
    </div>
    In my css I have:
    #first-nav{width:100%; text-align:center;}
    It's not moving the UL to the center of the div. Link Here http://skeeterz71.com/gothic/
    I'm at a loss of what to do. Any help is appreciated.
    Thanks

    I figured it out. I forgot to set mu UL to display: inline-block;
    It is always something simple and this time in the morning, easy to overlook:)

  • How to find CR Request Number inside a package

    Hi Folks,
    how to find the CR Request Number list present inside one package.
    Reg,
    Hariharan

    Hi ,
    i had gone through the Transaction se03 Search for Object in Request/Task, in the selection screen no option for Package can you just breaf about the Selection Screen Step.
    Reg,
    Hari.

  • How to get multiple selected fields in list

    Hello all,
    I am trying to get multiple selected value from a list but i dont know how to get multiple selected fields from a list though AS3.
    Actually i want to pass the selected fields to php, so for that i need to get the selections and send to php.
    Thankx..

    i want to put the selected fields of list in an array through AS3....
    actually......i figured it out how to do that...........
    Its simple......use
    list.selectedItems[index]
    and to get the number of items selected......
    list.selectedItems.length
    simple.....

  • Clicking on LinkTitle in list opens allitems instead of custom application form

    Hello, This question is pertaining to SharePoint 2010.
    I have one list which has two content types. We have modified the detault forms (new,edit and display) of each content type to its individual custom application pages. We have done this through coding.
    SPContentType CT1= requestsList.ContentTypes["CT1"];
    //Change Edit and edit URL to custom application page
    CT1.NewFormUrl = "_layouts/folder/customnewapplicationpage.aspx;
    CT1.EditFormUrl = "_layouts/folder/customeditapplicationpage.aspx;
    CT1.DisplayFormUrl = "_layouts/folder/customdisplayapplicationpage.aspx;
    //Delete the default from to enable custom application pages.
    CT1.XmlDocuments.Delete("http://schemas.microsoft.com/sharepoint/v3/contenttype/forms/url");
    web.AllowUnsafeUpdates = true;
    CT1.Update();
    list.Update();
    And same update for the other content type. Everything works well.
    When we click on new, custom new form opens, when we click on edit, custom edit form opens, when we click on view item, custom view form opens for respective content type. The problem is when we click on linktitle field value in allitems.aspx, it opens up
    allitems.aspx page instead of opening display form as model dialog which is does when we click on view item by either selecting in ECB menu or from ribbon.
    On custom application pages, I am using SharePoint:SaveButton to save values so that I do not need to write down the code.
    I just tested one thing that, if we have our custom button and if we write traditional way to inserting list item into the list with specifying ContentTypeId in list item, then this problem does not appear. This is when SharePoint:SaveButton is clicked and
    item is saved, at this time problem appears. I prefer going with SharePoint:SaveButton as I have more than 70 fields on the form and do not want to write a code to set values for 70 fields by doing SPList.AddItem()
    According to me, SharePoint:SaveButton is saving list item inside folder because when we update the view and set to show items without folder, I cannot see list items saved using SharePoint:SaveButton click. But when i switch back to show items with
    folder, all items appear. This may be the reason when I click on LinkTitle directly on that hyperlink, it opens up AllItems.aspx with FolderCTId={} as one of the query string.
    Any pointers would be highly appreciated.

    Hi,
    We can do as follows:
    1. Change the URL of Title field to the URL of custom application page using JavaScript.
    2. Create a calculated column and set formula: ="<a href='"&UrlFieldName&"'>"&Title&"</a>", then we can use it as a “Title” column.
    http://sharepoint.stackexchange.com/questions/58954/link-title-in-list-to-value-in-url-column
    3. If you want to customize list form and use  SharePoint:SaveButton control to save the data, the following articles for your reference:
    http://ariwibawa-sharepoint.blogspot.com/2012/12/make-addeditview-custom-form-and-custom.html
    http://thesharepointdive.wordpress.com/2012/03/20/list-forms-deployment-for-sharepoint-2010-part-1-of-4/
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • IPhoto library on hard drive listing by roll

    For some reason my iPhoto library is now organizing all of my photos by roll. I am not talking about how they are viewed from within iPhoto (I know that can be controlled under view/sort photos), but how they are saved on my hard drive. It may be associated with an upgrade to iPhoto 6, but I'm not sure of the timing.
    I used to be able to find a photo on the hard drive (for example to upload) by going to the library, choosing the folder with the year, then with the month, the day, and finally the actual photo. Now, (since April) they are in folders labeled with the roll number only - it is almost impossible to figure out where anything is! Everthing before then is still organized by date. Can't seem to find anything in preferences. Any suggestions?
    G4   Mac OS X (10.4.8)  

    Even for uploading to photo printing sites (other than Apple) don't you need to upload the files from outside iP? They prompt me to find the files to upload -- don't I have to go to the files on the hard drive? >
    In this case, it would be recommended to select all the pics you want in iPhoto and then use File>Export>File Export to put the photos on your desktop. Then in the other app just navigate to the desktop files, and delete them when you have finished.
    But as I said before, if you want your library structure to make sense to you, organizing the Film Rolls in iPhoto will do that. iPhoto 6 keeps those files in folders named after your Film Rolls, so the neater your film rolls, the neater the structure will be. If you liked having your pictures stored by date, then you can rename your film rolls based on dates. Or name them by client, project, etc. In Finder, they will list in alpha-numeric order, rather than the chronological order they list in inside of iPhoto. So maybe name each film roll "YYYY-MM-DD-projectname" so they will be listed in a predictable order.
    If you have a large library, this may be a bit of a project. The calendar button at the bottom left of the iPhoto window can help you find all of your photos by a certain year and month. Once you find the files, you can select all, then create new film roll from selection, rename the film roll (in Film Roll view), and repeat for the next month. The good news is that once you have well organized film rolls, you will not have to change them again. And that you have control over how your pictures are stored, as long as you go about this organization via the iPhoto application.
    Don't hesitate to post back if I can further clarify anything for you.

  • Cannot return to message list while in a message without clicking on "compose new message icon" and then cancelling it.

    After updating to 8.1 from 8 i cannot return to my message list from inside a message without clicking on the "compose new message" icon and then canceling out of that.
    Also, where it used to say return, it now says "Edit" and the word "Message" on the top of the screens is scruched together.
    Here is a link to a screenshot of my phone from the main messages listing.
    And here is a link to a screen shot of my phone from within a message.

    Hi Sir,
    Code snippet for reference:
    Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean)Handles OutlookApplication.ItemSend
    Try
       Dim SentMailItemObject As Outlook.MailItem
    SentMailItemObject = CType(Item,
    Outlook.MailItem)
    ‘Can
    we add here User property in Mail Object Reference?
     Catch ex As Exception
    MsgBox(ex.Message, MsgBoxStyle.Information)
     End Try
    End
    Sub

  • Issue : drag and drop from list control to tree control

    Hi,
    I was trying a drag and drop from list control to tree control. I have used some sample data to populate list and tree controls .
    It is working fine . except one problem ..
    Prob : when i drag an item to tree control .. it gets added .. now tree contains (X+1) data in list .. say X is the inital number of nodes in a tree node.
              now if i drag another item from list to last item in the tree node  .. i.e at X+1 index. .. it throws null pointer exception.
    I am considerably new in flex programming . looking for help from experts ..
    Below is my code :
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="horizontal"
                    creationComplete="init()">
        <mx:Script>
            <![CDATA[
                import mx.controls.listClasses.IListItemRenderer;
                import mx.rpc.events.FaultEvent;
                import mx.rpc.events.ResultEvent;
                import mx.utils.ObjectUtil;
                import mx.collections.ICollectionView;
                import mx.core.UIComponent;
                import mx.managers.DragManager;
                import mx.events.DragEvent;
                import mx.controls.Alert;
                import mx.controls.Label;
                import mx.events.CloseEvent;
                private var homePath:String="/home/e311394/dndTest/";
                private var destPath:String="/home/e311394/dndDest/";
                private var eid:String="e311394";
                private var actn:String;
                [Bindable]
                private var cm:ContextMenu;
                private var cmi:ContextMenuItem;
                [Bindable]
                private var dp:ArrayCollection;
                private function init():void
                    cmi=new ContextMenuItem("Remove");
                    cmi.enabled=true;
                    cmi.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, contextMenuItem_menuItemSelect);
                    cm=new ContextMenu();
                    cm.hideBuiltInItems();
                    cm.customItems=[cmi];
                    cm.addEventListener(ContextMenuEvent.MENU_SELECT, contextMenuItem_menuSelect);
                    list.contextMenu=cm;
                private function contextMenuItem_menuSelect(evt:ContextMenuEvent):void
                    list.selectedIndex=lastRollOverIndex;
                private function contextMenuItem_menuItemSelect(evt:ContextMenuEvent):void
                    var loclSelectedRow:Object=list.selectedItem;
                    var lostrSelectedMenuItem:String;
                    lostrSelectedMenuItem=evt.target.caption;
                    if (loclSelectedRow != null)
                        var obj:Object=new Object()
                        obj.label=loclSelectedRow.label as String;
                            //Alert.show(obj.label);
                    if (lostrSelectedMenuItem == "Remove")
                        if(loclSelectedRow!=null)
                        var pth:String=homePath.concat(loclSelectedRow.label);
                        //Alert.show(pth);
                        //FlexDnDRemoteService.process(eid,"delete",pth,"-"); 
                        var coll:ArrayCollection=list.dataProvider as ArrayCollection;
                        if (coll.contains(loclSelectedRow))
                            coll.removeItemAt(coll.getItemIndex(loclSelectedRow));
                public function onTreeDragEnter(event:DragEvent):void
                    event.preventDefault();
                    DragManager.acceptDragDrop(event.target as UIComponent);
                    tree.showDropFeedback(event);
                protected function onTreeDragOver(event:DragEvent):void
                    event.preventDefault();
                    event.currentTarget.hideDropFeedback(event);
                    try
                        var index:int=tree.calculateDropIndex(event);
                    catch (e:Error)
                        DragManager.showFeedback(DragManager.NONE);
                        return;
                    tree.selectedIndex=index;
                    var draggedOverItem:Object=tree.selectedItem;
                public function onTreeDragExit(event:DragEvent):void
                    event.preventDefault();
                    tree.hideDropFeedback(event);
                private function showAlert():void
                    Alert.yesLabel="Move";
                    Alert.noLabel="Copy";
                    Alert.buttonWidth=70;
                    Alert.show("Copy / Move ?", "Confirm", Alert.YES | Alert.NO | Alert.CANCEL, this, alertListener, null, Alert.OK);
                private function alertListener(eventObj:CloseEvent):void
                    var result:Boolean=false;
                    if (eventObj.detail == Alert.CANCEL)
                        //Alert.show("CANCEL");
                        return;
                    if (eventObj.detail == Alert.YES)
                        //Alert.show("YES");
                        result=true;
                    else if (eventObj.detail == Alert.NO)
                        //Alert.show("NO");
                        result=false;
                    var index:int=tree.calculateDropIndex(treedropevt);
                    //Alert.show("Drop Pos" + index.toString());
                    /* var treeList:ArrayCollection=tree.dataProvider as ArrayCollection;
                       Alert.show(" index"+index+"Length "+treeList.length);
                       if(index > treeList.length)
                       Alert.show("Returning");
                       return;
                    var items:Array=new Array();
                    if (treedropevt.dragSource.hasFormat("items"))
                        items=items.concat(treedropevt.dragSource.dataForFormat("items") as Array);
                    var parentItem:Object;
                    parentItem=getObjectTarget();
                    /* if (tree.dataDescriptor.isBranch(tree.indexToItemRenderer(index).data))
                       parentItem=tree.indexToItemRenderer(index).data;
                       else
                       var dropParentPackage:Object = tree.mx_internal::_dropData.parent as Object;
                       Alert.show("HAck"+dropParentPackage.toString());
                       parentItem=tree.getParentItem(tree.indexToItemRenderer(index).data);
                       //Alert.show("Lenght "+ObjectUtil.getClassInfo(parentItem).properties.length);
                    //Alert.show("Lenght "+ObjectUtil.getClassInfo(parentItem).properties.length);
                    var position:int=0;
                    /* if(ObjectUtil.getClassInfo(parentItem).properties.length==0)
                       Alert.show("Returning");
                       return;
                    if (parentItem != null)
                        try
                            while (tree.indexToItemRenderer(index).data != parentItem)
                                //Alert.show(tree.indexToItemRenderer(index).data.toString());
                                if (index > 0)
                                    index--;
                                //Alert.show("Insiade");
                                position++;
                        catch (e:Error)
                            Alert.show("Catch" + index.toString());
                            return;
                    for each (var item:Object in items)
                        var obj:Object=new Object()
                        obj.label=item.label as String;
                        if (parentItem != null)
                            //Alert.show("ADDED");                       
                            tree.dataDescriptor.addChildAt(parentItem, obj, position++);                       
                        else
                            //Alert.show("PARENT NULL");
                            tree.dataDescriptor.addChildAt(tree.selectedItem, obj, position++);                       
                        var spth:String=homePath.concat(item.label);
                        //Alert.show(spth);   
                        var dpth:String=destPath.concat(item.label);
                        //Alert.show(dpth);
                        if (result == true)
                            removeItems();
                                //FlexDnDRemoteService.process(eid,"move",spth,dpth);
                        else
                            //FlexDnDRemoteService.process(eid,"copy",spth,dpth);
                        tree.validateNow();
                public function getObjectTarget():Object
                    var dropData:Object=tree.mx_internal::_dropData as Object;
                    if (dropData.parent != null)
                        return dropData.parent;
                    else
                        // if there is not parent (root of the tree), I take the root directly
                        var renderer:IListItemRenderer=tree.indexToItemRenderer(0);
                        return renderer.data;
                public function removeItems():void
                    //remove moved elements
                    var items:Array=treedropevt.dragSource.dataForFormat("items") as Array;
                    var coll:ArrayCollection=list.dataProvider as ArrayCollection;
                    for each (var item:Object in items)
                        if (coll.contains(item))
                            coll.removeItemAt(coll.getItemIndex(item));
                private var treedropevt:DragEvent;
                public function onTreeDragDrop(event:DragEvent):void
                    treedropevt=event;
                    showAlert();
                    event.preventDefault();
                    tree.hideDropFeedback(event);
                public function resultHandler(event:ResultEvent):void
                    Alert.show("Success", "Status");
                public function faultHandler(event:FaultEvent):void
                    Alert.show(event.fault.faultString, "Failure");
            ]]>
        </mx:Script>
        <mx:ArrayCollection id="listDP">
            <mx:Object label="File1.dnd"/>
            <mx:Object label="File2.dnd"/>
            <mx:Object label="File3.dnd"/>
            <mx:Object label="File4.dnd"/>
            <mx:Object label="File5.dnd"/>
        </mx:ArrayCollection>
        <mx:Number id="lastRollOverIndex"/>
        <!--
             <mx:ArrayCollection id="treeDP">
             <mx:Object label="/home">
             <mx:children>
             <mx:Object label="dummy1.ks"/>
             <mx:Object label="dummy2.ks"/>
             <mx:Object label="e493126">
             <mx:children>
             <mx:ArrayCollection>
             <mx:Object label="/home/e493126/sample1.ks"/>
             </mx:ArrayCollection>
             </mx:children>
             </mx:Object>
             </mx:children>
             </mx:Object>
             </mx:ArrayCollection>
        -->
        <mx:ArrayCollection id="treeDP">
            <mx:Object label="/dndDest">
                <mx:children>
                    <mx:ArrayCollection>
                        <mx:Object label="sample1.ks"/>
                        <mx:Object label="sample2.ks"/>
                        <mx:Object label="sample3.ks"/>
                        <mx:Object label="sample4.ks"/>
                        <mx:Object label="sample5.ks"/>
                        <mx:Object label="sample6.ks"/>
                    </mx:ArrayCollection>
                </mx:children>
            </mx:Object>
        </mx:ArrayCollection>
        <mx:List id="list"
                 itemRollOver="lastRollOverIndex = event.rowIndex"
                 width="50%"
                 dragEnabled="true"
                 dataProvider="{listDP}"
                 labelField="label"
                 allowMultipleSelection="true"
                 dragMoveEnabled="false">
        </mx:List>
        <mx:Tree id="tree"
                 width="50%"            
                 dragEnabled="true"            
                 dataProvider="{treeDP}"            
                 dragEnter="onTreeDragEnter(event)"
                 dragOver="onTreeDragOver(event)"
                 dragExit="onTreeDragExit(event)"
                 dragDrop="onTreeDragDrop(event)"
                 labelField="label"
                 liveScrolling="true">
        </mx:Tree>
        <mx:RemoteObject id="FlexDnDRemoteService"
                         showBusyCursor="true"
                         destination="FlexDnD">
            <mx:method name="process"
                       result="resultHandler(event)"
                       fault="faultHandler(event)"/>
        </mx:RemoteObject>
    </mx:Application>
    Thanks,
    Rajiv

    Ya , i have searched and have used the same code.
    But needed to customize few things like:
    stop dnd in same tree
    drop some item into a folder ..( onto it ) etc
    have achieved the same .. but this issue ..
    i think the tree dataprovider (contents internally is not being updated .. only the UI)
    any suggestions ?
    - Rajiv

  • How to identify specific devices on the list of connected devices

    I have 7 devices according to the list under manasge devices. According to this list, I have three iphones identically listed (I actually have two which have different names in the about field) and I have two iPad's (I actually have 1 iPad and 1 iPad mini). The two computers I have connected are listed correctly according to how I list them inside the computer. I changed the name of my iPhone 4S but no change has resulted  in the manage devices page.
    This is clearly a stupid situation. Why can't the manage devices page reflect what I actually call my devices or at least the serial number?
    Can someone please help me clear up this situation asap?

    To setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings:
    Advanced > Port Mapping tab
    o Click the "+" (Add) button
    o Service: <skip this setting as you will be custom configuring which ports you need opened for the TiVo>
    o Public UDP Port(s): <enter the appropriate UDP port values>
    o Public TCP Port(s): <enter the appropriate TCP port values>
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s): <enter the same as Public UDP Ports or your choice>
    o Private TCP Port(s): <enter the same as Public TCP Ports or your choice>
    o Click "Continue"

  • How do you make the product list in the module_productfeaturelist inline?

    hi just added a module_productfeaturelist to my shipping cart at the bottom of the page to try and tempt people with extras they might need.
    Ive added the module_productfeaturelist but all the products display below eachother instead of side by side. im guessing at trying to fix the problem and thought you guys would be quicker than me at telling me what tables of dvs need to be modified.
    ps I know the images are set to 100% width when ive change it to an appropriate size within firebug its still a list below eachother
    cheers
    Dave

    just noticed that the add to cart button doesnt work when the product featured list is inside the shopping cart.
    Is there an easy fix or is it not possible ?
    is just easier to get rid of the add to cart button and have it just as a link to the large product view?
    If i did delete the add to cart button can I do it just for the module_productfeaturelist as its based of the small product layout, would like the catologe view to still have this function
    cheers
    dave

  • List item tags li not closing in HTML export

    Can anyone explain what triggers list items <li> to close in HTML exported from InDesign CC?
    I have bulleted and numbered lists followed by paragraphs and headings, but InDesing is exporting everything following the last list item inside of the last <li> tag.
    It seems to me that InDesing CC does not close <li> tags until it hits a paragraph style which has Tag set to [Automatic] within the Export Tagging section. I have lists followed by headings with styles mapped to HTML heading tags.

    hello Tony,
    My mailid is [email protected]
    please do not forget to send me your contact details.
    Regards
    chandu

  • Multiple Column Ordered Lists

    Hello, Trying to make multiple column ordered lists in dreamweaver where the first column is 1,2,3,4 the second column is A,B,C,D and the third is I, II, III, IV. I have tried tables but the numbers, letters and roman numerals disappear
    1. John      A. John    I. John
    2. Mark      B. Mark   II. Mark
    3. Jim        C. Jim     III. Jim
    4. Roni      D. Roni    IV. Roni
    Any help would be much appreciated

    Use ordered list .classes inside floated containers.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Floated Lists</title>
    <style type="text/css">
    #wrapper {
    /**width of floats, borders, etc...**/
    width: 606px;
    background: #EAEAEA;
    overflow: hidden; /**float containment**/
    .floatLt {
    float:left;
    width: 200px;
    border: 1px solid silver;}
    .floatRt {
    float:right;
    width: 200px;
    border: 1px solid silver}
    /**ordered lists**/
    .alpha li {list-style:upper-alpha}
    .decimal li {list-style:decimal;}
    .roman li {list-style:lower-roman;}
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div class="floatLt">
    <ol class="alpha">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    </ol>
    </div>
    <div class="floatLt">
    <ol class="decimal">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    </ol>
    </div>
    <div class="floatRt">
    <ol class="roman">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    </ol>
    </div>
    <!--end #wrapper --></div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Acrobat 9 Header print Flush Right???

    I enter the text I want in the Right Header box and in the preview pane it shows it as Flush right in the right header box, but when I apply it and go back to the document it is aligned to the left in the right header box. How do I get it to insert i

  • Portal integration with ISA

    I would like to know the standard way ISA is integrated into Portal in a B2C scenario where a customer self registers himself on the Portal and then SSOs to ISA. Will the Portal User ID <b>have to</b> be something cryptic like the SU01 User ID ISA cr

  • HP LaserJet 1200: Prints; creates EXTRA sheet with Offending Command: D

    After every printing job is completed *an extra page is printed* with the following: ERROR: undefined OFFENDING COMMAND: D STACK: How can I stop this *unnecessary waste of paper* every time I print something? Please help!

  • Nokia 5230 NOT receiving new firmware

    Hi I have Nokia 5230, RM-588. The CODE: 0585713 Hi I have Nokia 5230, RM-588. The CODE: 0585713 I don't seem to be getting the new firmware : 21.6.5 Hi I have Nokia 5230, RM-588. The CODE: 0585713 I don't seem to be getting the new firmware : 21.6.5

  • Create a partition manually?

    Hi, I want to install a bootcamp partition and when I startup bootcamp assistant, I see: "The startup disk cannot be partitioned or restored to a single partition". A search turned up that I must have one partition on the startup disk.  I have two, "