[CLOSED] [1.0] Button and NavigateUrl

  1. #1

    [CLOSED] [1.0] Button and NavigateUrl

    Hello,

    Would it be possible to add a new property to the Button control for target? We are currently using the NavigateUrl but would like to be able to open the NavigateUrl in a new window?

    Cheers,
    Timothy
    Last edited by Daniil; Feb 21, 2011 at 9:49 AM. Reason: [CLOSED]
  2. #2
    Quote Originally Posted by Timothy View Post
    Hello,

    Would it be possible to add a new property to the Button control for target? We are currently using the NavigateUrl but would like to be able to open the NavigateUrl in a new window?

    Cheers,
    Timothy
    +1

    I'll investigate.
    Geoffrey McGill
    Founder
  3. #3
    New Feature Request ticket added, see

    https://extnet.lighthouseapp.com/pro...erty-to-button
    Geoffrey McGill
    Founder
  4. #4
    The new .Target property has been implemented and committed to SVN, see Revision #3468.

    Allows for the following configuration.

    Example

    <ext:Button runat="server" Text="Open" NavigateUrl="http://www.google.com/" Target="_blank" />
    Hope this helps.
    Geoffrey McGill
    Founder
  5. #5
    Awesome,

    Thanks Geoffrey this is going to make working in MVC much easier :)

    Timothy

Similar Threads

  1. [CLOSED] Dynamically generate button and button menu problem.
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Dec 22, 2011, 5:02 AM
  2. change HyperLink NavigateUrl by Java Script
    By BLOZZY in forum 1.x Help
    Replies: 2
    Last Post: Aug 09, 2011, 11:32 AM
  3. [CLOSED] Set NavigateURL on HyperLink during a DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 04, 2011, 8:31 PM
  4. Replies: 4
    Last Post: Nov 19, 2010, 1:39 PM
  5. Replies: 3
    Last Post: Feb 02, 2010, 6:32 PM

Posting Permissions