Looking for tree sample

Where can I find code sample for <netui:tree> and <netui:node>?

"slucha" <[email protected]> wrote:
>
Where can I find code sample for <netui:tree> and <netui:node>?At the workshop samples, SamplesApp/WebApp/tree .
<netui:tree tree="{session.tree}" imageRoot="treeImages" style="tree-control"
action="treeState">
<netui:node label="Root Folder" expanded="true" action="treeState" target="contentFrame">
<netui:node label="I" expanded="false" action="treeState" target="contentFrame">
<netui:node label="A" expanded="false" action="treeState" target="contentFrame">
<netui:node label="1" action="treeState" target="contentFrame"/>
<netui:node label="2" action="treeState" target="contentFrame"/>
</netui:node>
<netui:node label="B" expanded="false" action="treeState" target="contentFrame">
<netui:node label="1" action="treeState" target="contentFrame"/>
<netui:node label="2" action="treeState" target="contentFrame"/>
</netui:node>
<netui:node label="C" expanded="false" action="treeState" target="contentFrame">
<netui:node label="1" action="treeState" target="contentFrame"/>
<netui:node label="2" action="treeState" target="contentFrame"/>
</netui:node>
</netui:node>
<netui:node label="II" expanded="false" action="treeState" target="contentFrame">
<netui:node label="A" expanded="false" action="treeState" target="contentFrame">
<netui:node label="1" action="treeState" target="contentFrame"/>
<netui:node label="2" action="treeState" target="contentFrame"/>
</netui:node>
<netui:node label="B" expanded="false" action="treeState" target="contentFrame">
<netui:node label="1" action="treeState" target="contentFrame"/>
<netui:node label="2" action="treeState" target="contentFrame"/>
</netui:node>
<netui:node label="C" expanded="false" action="treeState" target="contentFrame">
<netui:node label="1" action="treeState" target="contentFrame"/>
<netui:node label="2" action="treeState" target="contentFrame"/>
</netui:node>
</netui:node>
</netui:node>
</netui:tree>
Hans-Peter

Similar Messages

  • Looking for a sample of the Flash Export from Encore CS3

    I am close to upgrading to the CS3 Production Premium and one of the features that intrigues me is the Flash export from Encore CS3. I have searched the Adobe site without success for a sample of what an exported project looks like and functions on the web. Can anyone point me to a on-line sample of an exported project? Thanks in advance :)

    'Black Gaps' in Flash usually come from the Flash trying to locate & load the next Flash file. Without a Pre-Loader, you will probably always have this... especially if your quality is set too high. This equates to longer load/buffer times which means there is nothing to display until there is enough video loaded in the buffer to play.
    If your ultimate goal is to create Video for the Web... you'll need to learn proper techniques for producing video for the web. It is much different than producing video for TV or DVD. On the web you have to compress your video a lot more therefore you should not use a lot of Motion/Movement in your Characters, Camera, Media, Motion Backgrounds, etc. The less Motion/Movement you have means you can lower your quality settings but still get awesome looking video & good load times eliminating the Black Gaps and making an all around smoother internet presentation/experience.

  • Looking for tree drawing API

    Hello
    I made a k-children tree algorithm in Java. Now I'm looking for a ready-made API/classes for drawing the tree.
    Anyone knows any good tree drawing APIs?
    I searched google for hours and couldn't find anything.
    Thank you

    Here are some links that you may find usefull:
    An interactive canvas component where you can paint any shapes:
    https://jcanvas.dev.java.net/
    A graph library:
    http://jung.sourceforge.net/
    Another graph library:
    http://graph.netbeans.org/

  • Ubber Newbie Looking for Basic Samples

    Hello- I've spent the last 3 hours or so trying to create a very basic calculator in Flex (aka: add a couple input cells). Spent time looking through videos, reading documentation, etc. Much of it assumes programming background or web development experience of which I have little.
    So, wanted to find some very basic application samples I could take apart and learn from. I found some, but they are pretty advanced and most depend on communication to/from the internet (tons of facebook and photo apps).
    I'm just looking for a simple calculator/mortgage calculator application I can take apart and learn from.
    Anyone know where I can find examples for super basic users?
    Thanks!
    - Mr. Bill

    Here is an extremely basic example of one way it can be done. You of course would need more operators, conditional code to handle those operators, and several other functions and formulas - especially for mortgages - but hopefully this will get you started on the basic method.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" height="208" width="444">
       <mx:Script>
         <![CDATA[
         private function BasicCalc():void
         var CalculatedValue:Number=Number(TextInput1.text) + Number(TextInput2.text);
         ResultText.text=String(CalculatedValue);    
         ]]>
         </mx:Script>
        <mx:TextInput id="TextInput1" x="24" y="41" width="50" textAlign="right" text="1"/>
        <mx:TextInput id="TextInput2"  x="24" y="71" width="50" textAlign="right" text="2"/>
        <mx:Text id="ResultText" x="44" y="101" text="0" width="30" textAlign="right"/>
        <mx:Button id="CalcButton" x="82" y="41" label="Calc" width="57" height="52"  click="BasicCalc()"/>
    </mx:Application>

  • Looking for more samples of spry xml data in use

    I was curious if there's a resource out there that shows more
    samples of using the spry xml data widget. Almost like a template
    or sample gallery. Am I dreaming?

    Look
    Here

  • Looking for simple sample of iphone apps without using Interface Builder

    I successfully went through the 'iphone app tutorial' and used Interface Builder, but now want to try creating apps without it.
    The UI Catalog sample is too complex, but didn't see anything that just had a view and a button or label.
    Ideally I want code that doesn't require any IB usage, but I can't tell if that is possible yet...
    Anyone have a link to an easy sample?
    Or has anyone created a test app themselves and wouldn't mind posting?
    I took a stab at creating one and posted it on the "101" forum, but it would be hard for somebody to try and figure out what I was attempting
    Thx for any links/___sbsstatic___/migration-images/migration-img-not-avail.png
    ps
    I really need a good book, especially "cookbook" style

    hey dear
    I have one solution of your problem
    just go to in iphone developer search for FAQ
    In faq their is one section how to use prohramming in this you can see
    the how to ceate label,button etc.
    after that simply add the view or remove theview.

  • Looking for forms samples

    I am using Acrobat 9 Pro with LifeCycle Designer ES 8.2.
    I am trying to find some somples of the PDF forms with will:
    Submit form data to the Access Database
    Populate form with the data from Access Database
    I have done many searches and so far could not find any samples or instructions on how it can be done. I have seen samples of such forms durring Adobe roadshow presentations but I could never find the samples I could use to build my forms.
    Thanks for help.
    Regards,
    Tony

    Hi,
    Check Stefan Cameron's blog
    http://forms.stefcameron.com/2006/12/18/databases-inserting-updating-and-deleting-records/
    BR

  • Looking for replication samples

    Hello
    please say to me where i can find useful oracle replication samples(in Internet)

    I couldn't find much on the Web, but the examples in the Advanced Replication Management API Reference manual (10.2) are not bad. It's using SCOTT's schema, with the objects created out-of-the-box (location, country, ...). But keep in mind that they forgot some necessary grants (from SCOTT to REPADMIN) in order for the examples to work properly. You also usually have to find your way yourself in the data dictionary, since the manual is not very useful for this. Same thing for the relevant supplied packages (DBMS_REP, DBMS_REPADMIN, ...). Let me know if you get stuck, I'm going throughout it those days.
    Daniel

  • Newbie looks for tabview sample with datasources as 1:n relation

    hi all,
    i'm newbie to javaFax2 and just studying different samples for tabview..i proceeded so far i can load one mysql-datatable in tabview..
    but how to show a subtable at selection of one orw in maintable ?
    the goal is to show and edit data in a one-to-many relation,i.e. customers and orders, or in my speciqal case,
    products and their physical attributes
    i get trouble to refer mousevent : at many samples netbeans3.0 tells, there is no MouseEvent implementation !?
    what to import ?
    please tell about ...

    996707 wrote:
    hi all,
    i'm newbie to javaFax2 and just studying different samples for tabview..i proceeded so far i can load one mysql-datatable in tabview..I'm assuming you mean TableView
    but how to show a subtable at selection of one orw in maintable ?
    the goal is to show and edit data in a one-to-many relation,i.e. customers and orders, or in my speciqal case,
    products and their physical attributesThere are a couple of ways you can approach this. If you are coding to JavaFX 8, you could possibly use the new TreeTableView control. I haven't used that, and the documentation is not (yet) complete for it.
    The other approach is to define two tables, one for products, and one for physical attributes. Update the itemsProperty of the physical attributes table when the selectedItemProperty of the products table's selectionModel changes. A similar question was posted in {thread:id=2516138}
    >
    i get trouble to refer mousevent : at many samples netbeans3.0 tells, there is no MouseEvent implementation !?
    what to import ?javafx.scene.input.MouseEvent

  • Looking for tree like left navigation

    Has anyone implemented a navigation that would be like the windows file explorer folder tree.
    I want my navigation to be collapsable, indented and tree like
    Example
    Community 1Community 2 page 1 page 2 sub community 1 sub community 2 sub page 1 sub page 2Community 3...

    Thanks Yoav - FYI - we've been working on putting together a full function demo version (with time expiry) of the explorer (and suite)- so, starting from early next week we should have a version that you can install in your own environment and have a play with without having to fork out the dollars!
    Let me know if you'd like a copy.
    On the other hand - it sounds like the question is actually about a nav, rather than a portlet?
    Regards
    Steve HayrCollaborative Technologies+61 2 9409 [email protected]

  • Where does EXS 24 look for its samples with the normal installation?

    Where does EXS24 put its samples normally on the Mac?

    What will probably work is to refresh the Spotlight index.
    http://support.apple.com/kb/ht2409
    Note: after step 5, it can sometimes take up to a minute before indexing starts. Be patient, wait untill the whole process is finished before starting up Logic. You can check the progress by clicking the Spotlight icon (magnifying glass) top right of your screen

  • Looking for sample code to create my own pub/sub!

    I am a new bee in JMS. So I would really appreciate if
    some one could give me some hint to start up with my school project. I am looking for a sample Java code that will:
    For the Publisher:
    1. Connect to a broker [create it, if it does not exist]
    2. Create a publisher/destination.
    3. Create a pub-sub queue
    4. Publish a message
    5. Ack or Nak depending on if the subscriber got or did not get the message.
    For the Subscriber:
    1. Connect to a broker [create it, if it does not exist]
    2. Subscribe to the broker
    3. Subscribe to the Queue
    4. Show an received messages on the console.
    Here are the command line params for both the Publisher and subscriber:
    runPub 127.0.0.1:7676 myTestBroker myQueue "this is my message"
    runSub 127.0.0.1:7676 myTestBroker myQueue
    Please tell me if there are similar java code that will do all this and work with ANY JMS compatible client. i.e. I should not have to use the Admin tool of any JMS Server (MQSeries, iPlanet, SonicMQ etc etc). The code should follow the JMS spec and do this programmatically.
    Thank you very very much in advance for doing this great favor.
    With regards,
    Amir.

    Thanks a lot for that hint. I think that's a great tutorial for a beginner. I could compile those sample codes from chapter 4 with out any problem, but could not run it. I also installed j2sdkee1.3.1 and updated my classpath according to the spec. But when I tried to run the "j2ee -verbose" command it was giving me the following error message:
    ERROR: Set J2EE_HOME before running this script.
    Any advise for me that I should follow next. Thanks again.

  • Looking for SQL*Loader sample file

    Hi all,
    I'm looking for a sample SQL*Loader file that I could use to populate the Bank Statement Interface in Cash Management (Receivables Lockbox Receipts) - specifically CE_STATEMENT_HEADERS_INT_ALL and CE_STATEMENT_LINES_INTERFACE.
    I'm trying to put together an interface from Bank of America's Lockbox into our Oracle Receivables system (11.0.3), and don't have access to anything from which to start from.
    Thanks in Advance,
    Cam

    check it
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch10.htm#1656
    kuljeet pal singh

  • Looking for SATSA-APDU sample

    Hi,
    hope you can find few minutes to help me out.
    I've developed a J2ME application that runs on Cellulars.
    I'm asked to do one of the following 2 things for additional security:
    - Store the application data on a SIM card.
    - Store the whole application on a SIM card in a way that the user can open it form the Cellular menu. The application will manage the data on the SIM.
    I have some basic questions like:
    - What is needed in order for me to access the SIM and creating a data store on the SIM.
    - Does the J2ME application need some authority from the cellular provider to actually access the SIM ? If not, what prevents others from accessing the same data store ?
    - How do I "load/import" a J2ME application to my own Cellular SIM card ? I know how to download OTA a J2ME application, but not to the SIM card.
    I'm also looking for a sample code.
    I'd be very grateful if you could either support me - or put me in the right direction.
    Regards,
    Arnnei
    [email protected]

    Support for (U)SIM Application Toolkit
    If an implementation allows J2ME applications to
    communicate with (U)SAT, support for communication
    with (U)SAT should be implemented as specified
    below.
    The main technical constraints are
    The APDUConnection can be used to communicate with
    (U)SAT applications on channel 0. The following
    sections describe the constraints and methods in
    supporting communicating with (U)SAT applications.
    Technical Constraints
    1.     The operator domain has full and exclusive access
    to this connection.
    2.     Only ENVELOPE APDUs may be sent. For
    all other APDUs IllegalArgumentException is thrown.
    3.     The class byte MUST be set by the implementation
    which will be either A0 or 80 depending on whether
    the phone is running GSM or UMTS. The class byte
    supplied by the J2ME application will be ignored.
    4.     In the case when (U)SIM responds with status word
    '9E XX' or '9F XX', the behavior of APDUConnection
    would be the same as when status word '61 XX' is
    received from the card.
    5.     In the case when (U)SIM responds with status word
    '62 XX' or '63 XX' the implementation MUST send GET
    RESPONSE to the card with Le set to '00' before any
    other command is sent. The implementation MUST make
    sure that between sending the ENVELOPE APDU,
    receiving status word '62 XX' or '63 XX', and sending
    GET RESPONSE APDU with Le set to '00', there MUST not
    be any other APDU exchange on any logical channel
    with the card.
    6.     When the J2ME application sends an ENVELOPE APDU
    to the (U)SIM, the native application may be
    performing a proactive session. In this case the
    (U)SIM MUST manage the synchronization issue. The
    (U)SIM may respond with status word '93 00' (SIM
    Application Toolkit is busy) when the (U)SIM is
    performing another proactive session.
    From this we can identify that Only ENVELOPE commands
    can be send to SIM card.But there is no document
    about ENVELOPE commands and what are they ?
    For accessing the SIM card we need to know these
    things.
    Guys do have any idea on this or where can i get info
    on this.
    regards
    Abhijith V RHi,
    A way to send Envelope in windows mobile is using RIL
    http://www.itsx.com/index.html?pocketpc-ril.html~mainFrame
    I know that if the operating system is windows mobile 2005 you can send directly APDU while if you have windows mobile 2003 you need to use envelope.
    I have found some info regarding envelope in:
    http://webapp.etsi.org/action/PU/20050510/ts_102223v060800p.pdf
    I have a pocket PC 2003 so I am trying to use envelope to send command to an applet in the SIM.
    Are you sure that if the card has a GSM module the only way to comunicate with an applet installed in the card is using Envelope, i.e. if I use an external reader or similar can I use APDU?
    thanks,
    M.

  • I am looking for Cool APEX demo samples

    Hi,
    I am looking for some sample applicaitons to truely appreciate the power of APEX and to get the idea of what else I can incorporate into my existing application...
    can you please share some working demos of APEX...
    Thanks

    Hi
    Charts in Apex 4.0:
    http://apex.oracle.com/pls/apex/f?p=36648:1:2442029016867205
    Lots of Stuff:
    http://actionet.homelinux.net/htmldb/f?p=100:86
    Mac Menus and Pictures in Interactive Report:
    http://apex.oracle.com/pls/otn/f?p=41715:17:2895839940386663::NO:::
    ATD's LOV and Cascading Select Lists:
    http://apex.oracle.com/pls/otn/f?p=20297:14:619806134227222
    Bunch of Cool Things
    http://www.shellprompt.net/pls/apex/f?p=566:3:4460251960050542::NO:::
    Google Geocoding:
    http://apex.oracle.com/pls/apex/f?p=19903:4:492301969392124::NO
    Youtube:
    http://apex.oracle.com/pls/otn/f?p=34549:1:2399070490660719
    Star Ratings:
    http://apex.oracle.com/pls/apex/f?p=654321:205:3238055400500048
    Good Javascript and AJAX:
    http://htmldb.oracle.com/pls/otn/f?p=11933:65:3207366482212368::NO:RP::
    Lots of Random Things:
    http://apex.oracle.com/pls/otn/f?p=31517:213:1416973775283260
    APEX Library:
    http://apex.oracle.com/pls/otn/f?p=33231:40:1175963423550979::NO:::
    APEX Learning Library:
    http://apex.oracle.com/pls/apex/f?p=44785:1
    JQUERY:
    http://apex.oracle.com/pls/otn/f?p=987654321:home:0
    ~Andrew Schultz
    Edited by: schultzar on Apr 18, 2011 12:50 PM

Maybe you are looking for

  • I purchased a gift card  and can't make out 1 letter  don't know what it is

    HELP  PLEASE

  • Is BB Curve 9320 for me?

    Hi guys! i'm not already a BB user, but i need to have some info about this device before i buy it. Now i explain you my situation: i actually use a GMail acount ([email protected]) to receive business emails that cusotmers write me at [email protect

  • Pass audio from optical IN to analog out

    Hi Guys, I'm new here, I'm barely get my SB Zx and I'm wondering if I can do this: If is to much problem or is not posible, I'm only need to find a 10ft toslink cable, jeje, is not big deal, but if I can do it on the way of the drawing, is going to b

  • FI Report Painter

    Hi Gurus, I created a report in FSI1, but when i was trying to create a tcode and search in the table SREPOVARI  it wasnt there, so i cannot create a tcode.. any idea? appreciate your help

  • I know I can't be the only one!

    I have had a terrible time with my computer. I have sent it into Apple Care 3 times for repair. 2 time with the optical drive and 1 time for the discoloration issue. I have repeatedly asked for a replacement, which they refuse to give. What should I