[svn:fx-trunk] 10866: Fix broken links in ASDoc comments for TLFTextInput. as and TextArea.as, and add OverrideBase.as to ASDoc output

Revision: 10866
Author:   [email protected]
Date:     2009-10-05 08:56:44 -0700 (Mon, 05 Oct 2009)
Log Message:
Fix broken links in ASDoc comments for TLFTextInput.as and TextArea.as, and add OverrideBase.as to ASDoc output
QE notes: -
Doc notes: -
Bugs: -
Reviewer: -
Tests run: - checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/OverrideBase.as
    flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/TLFTextInput.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as

Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
CSS part:
nav p {
font-size: 90%;
color: #FFC;
text-align: right;
font-weight: bold;
background-color: #090;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #060;
HTML part: (bold italic is the part I added)
<body>
<div class="container">
  <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
  <header></header>
  <nav>
    <p>Home | About Us | Contact Us</p>
  </nav>
  <div class="sidebar1">
    <ul class="nav">
      <li><a href="#">Green News</a></li>
      <li><a href="#">Green Products</a></li>
      <li><a href="#">Green Events</a></li>
      <li><a href="#">Green Travel</a></li>
      <li><a href="#">Green Tips</a></li>
    </ul>

Similar Messages

  • [svn:fx-trunk] 8708: Fix broken build

    Revision: 8708
    Author:   [email protected]
    Date:     2009-07-21 07:46:45 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix broken build
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 8706: Fix broken ASDoc comment

    Revision: 8706
    Author:   [email protected]
    Date:     2009-07-21 06:35:30 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix broken ASDoc comment
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/FlexHTMLLoader.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 7538: fix broken ASDoc comment

    Revision: 7538
    Author:   [email protected]
    Date:     2009-06-03 13:51:37 -0700 (Wed, 03 Jun 2009)
    Log Message:
    fix broken ASDoc comment
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5203: Fix broken ASDoc comment

    Revision: 5203
    Author: [email protected]
    Date: 2009-03-08 11:43:31 -0700 (Sun, 08 Mar 2009)
    Log Message:
    Fix broken ASDoc comment
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutBase.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5037: Fix broken ASDoc comments

    Revision: 5037
    Author: [email protected]
    Date: 2009-02-23 07:29:40 -0800 (Mon, 23 Feb 2009)
    Log Message:
    Fix broken ASDoc comments
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/IGraphicElement.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 11723: Fix broken ASDoc example

    Revision: 11723
    Author:   [email protected]
    Date:     2009-11-12 12:50:17 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Fix broken ASDoc example
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/mx/effects/examples/AddItemActio nEffectExample.mxml

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5052: Fix [Deprecated] link for ASDoc - Take II

    Revision: 5052
    Author: [email protected]
    Date: 2009-02-24 06:38:26 -0800 (Tue, 24 Feb 2009)
    Log Message:
    Fix [Deprecated] link for ASDoc - Take II
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as

  • [svn:fx-trunk] 5051: Fix [Deprecated] link for ASDoc

    Revision: 5051
    Author: [email protected]
    Date: 2009-02-24 04:54:14 -0800 (Tue, 24 Feb 2009)
    Log Message:
    Fix [Deprecated] link for ASDoc
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as

  • [svn:fx-trunk] 11530: Fix ASC-3790 ( conditional expression in for loop causes verifier error) r=jodyer

    Revision: 11530
    Author:   [email protected]
    Date:     2009-11-06 13:23:05 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Fix ASC-3790 (conditional expression in for loop causes verifier error) r=jodyer
    Ticket Links:
        http://bugs.adobe.com/jira/browse/ASC-3790
    Modified Paths:
        flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/ConditionalExpressionNode.java

  • [svn:bz-trunk] 18928: fixing the sample service-config. xml for max-object-nest-level setting

    Revision: 18928
    Revision: 18928
    Author:   [email protected]
    Date:     2010-12-01 14:16:56 -0800 (Wed, 01 Dec 2010)
    Log Message:
    fixing the sample service-config.xml for max-object-nest-level setting
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

    you have your driver jar in Tomcat\common\lib?
    if so, check your classpath, it could be that.

  • [svn:fx-trunk] 10209: reverting commit 10198, which affected animation for some halo components like Tree and ComboBox.

    Revision: 10209
    Author:   [email protected]
    Date:     2009-09-12 17:36:41 -0700 (Sat, 12 Sep 2009)
    Log Message:
    reverting commit 10198, which affected animation for some halo components like Tree and ComboBox. Should wait for either the real fix (involves RPC changes) or at least a fix that limits the scope to only Flex4 effects instead of all uses of UIComponent.suspendBackgroundProcessing.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/LayoutManager.as

  • [svn:fx-trunk] 6423: Fix broken ASDoc comment

    Revision: 6423
    Author:   [email protected]
    Date:     2009-04-30 10:11:43 -0700 (Thu, 30 Apr 2009)
    Log Message:

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • RH8 fixing broken links

    In RH8, I'm trying to fix broken links. I find the topics, then they move from the Broken Links folder to the correct folder but then the topic still looks like it has a broken link! Can anyone advise? here's a pic

    Hello again
    Unfortunately you are totally misunderstanding things. Please allow me to try and explain better.
    ANY folder in your project is going to have an FPJ file inside it. This is a "behind the scenes" file that RoboHelp uses to keep track of the files that are part of the project.
    In the image you provided, there are two folders in the project location with similar names:
    Ranger_Help
    Ranger_Help_
    Only the Ranger_Help_ appears to actually be part of the project because the other folder Ranger_Help isn't appearing in the image capture showing the project inside RoboHelp. So unless something screwy happened, you should not find an FPJ file inside that folder. Then again, you may find one. It all depends on what happened.
    Personally, I'd look inside the Ranger_Help folder and see if the files representing the broken links are inside. They may well be. And if so, I'd copy them to the Ranger_Help_ folder and see if that resolves things.
    This project is beginning to resemble a bowl of spaghetti!
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • [svn:fx-trunk] 9919: Fix closing /code tag in an ASDoc comment for getTextFormat

    Revision: 9919
    Author:   [email protected]
    Date:     2009-09-02 04:42:23 -0700 (Wed, 02 Sep 2009)
    Log Message:
    Fix closing </code> tag in an ASDoc comment for getTextFormat
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: -
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ controls/TLFTextField.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

Maybe you are looking for

  • Upload and Attach file to Service Notificacion through Web Dynpro

    Hi, I need to upload and attach a file (Word, PDF, TXT ...) to Service Notificacion (TX - IW53) through Web Dynpro. I have used the integration component "File Upload" to obtain the "fileName" atribute. Also, I have used the functions SO_OBJECT_UPLOA

  • TS1424 iPhone in-app purchase not credited but charged.

    I was charged 3 times for an in-app purchase for Bejeweled Blitz and received an error 2 of the 3 times for the purchase from my iPhone, so I was not aware that I was charged 3 times until I checked my iTunes account today.  I was only credited from

  • Insert each item in a comma delimited textfield as its own record?

    I have a textfield where users may input comma delimited text such as keywords. I want to insert each keyword into its own records.

  • Finder "Open With" question & help

    I should probably know this by now but recently I've noticed that when I use Finder to select a file and right click (ctrl click) on this file I have like 2 and 3 entries for every applcation that is available to open that file. What is the proper pr

  • IPTC field codes -- Bridge IPTC Core metadata

    Is there a reference somewhere as to which IPTC codes match up with the IPTC Core fields in Bridge metadata? A list of the codes is here, so you know what I'm talking about. For example, the Description field in Bridge metadata corresponds to the Cap