Visualizzazione dei risultati da 1 a 8 su 8

Discussione: mi fate un favore?! :)

  1. #1

    mi fate un favore?! :)

    visto che ci sono problemi sulle tratte internazionali e non si sa quando tornerà a posto, potreste (se ci riuscite) aprire il link

    http://msdn.microsoft.com/library/de...ence_entry.asp

    poi -> dhtml objects -> radio (speri di ricordare bene)
    e copiare la documentazione nella pagina
    grazie!!!!!!!!!!!

  2. #2
    ci sono... ma radio non c'è... che ti serve esttamente?

  3. #3
    mi serve la documentazione dhtml di un oggetto di tipo radio

  4. #4
    all'interno ci sono altri 10 milioni e mezzo di link

    vedi se può intento bastarti questo

    Remarks

    Use a radio button control to limit a user's selection to a single value within a set of values. To do this, you must link together each button in a set of radio buttons by assigning each button the same name.

    When a user submits a form, a selected radio button only generates a name/value pair in the form data if the button has a value.

    To select a radio button as the default button in a set, set the checked property of the button to true.

    A user can select a radio button only if the button has a name. To clear a selected radio button, a user must select another button in the set.

    The INPUT type=radio element is available in HTML and script as of Internet Explorer 3.0.

    This element is an inline element.

    This element does not require a closing tag.

    Examples

    This example uses the INPUT type=radio element to create three radio buttons.

    <INPUT type=radio name="radio" CHECKED>1-10 years old
    <INPUT type=radio name="radio">11 years old
    <INPUT type=radio name="radio">12-120 years old
    This example uses script to detect which radio button the user selects.

    <SCRIPT>
    function detect()
    {
    if (radio[0].checked)
    alert("You're between 1 and 10 years old.")
    else if (radio[1].checked)
    alert("You're 11 years old.")
    else
    alert("You're between 12 and 120 years old.")
    }
    </SCRIPT>


    link assoluto

    http://msdn.microsoft.com/library/de...nput_radio.asp

  5. #5
    buono!
    ce la fai ad incollare anche la lista delle proprietà?!

  6. #6
    a farcela ce la faccio... mi dai un paio d'ore di tempo?

    è piena di link

  7. #7
    ma che ci vuole!
    togli la visualizzazione ridotta con lo scroll
    vai sul frame->tasto destro->seleziona tutto
    copy & paste

  8. #8
    è formattata in tabella, quindi viene uno schifo e comunque tutti gli attributi sono linkati ad una pagina dedicata, ma se ci tieni...

    -------

    Attributes/Properties

    Show:
    Attributes/Properties
    Behaviors
    Collections
    Events
    Filters
    Methods
    Objects
    Styles
    Attribute Property Description
    ACCESSKEY accessKey Sets or retrieves the accelerator key for the object.
    ATOMICSELECTION Specifies whether the element and its contents must be selected as a whole, indivisible unit.
    BEGIN begin Sets or retrieves the delay time before the timeline begins playing on the element.
    canHaveChildren Retrieves a value indicating whether the object can contain children.
    canHaveHTML Sets or retrieves the value indicating whether the object can contain rich HTML markup.
    CHECKED checked Sets or retrieves the state of the check box or radio button.
    CLASS className Sets or retrieves the class of the object.
    clientHeight Retrieves the height of the object including padding, but not including margin, border, or scroll bar.
    clientLeft Retrieves the distance between the offsetLeft property and the true left side of the client area.
    clientTop Retrieves the distance between the offsetTop property and the true top of the client area.
    clientWidth Retrieves the width of the object including padding, but not including margin, border, or scroll bar.
    CONTENTEDITABLE contentEditable Sets or retrieves the string that indicates whether the user can edit the content of the object.
    DATAFLD dataFld Sets or retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object.
    DATASRC dataSrc Sets or retrieves the source of the data for data binding.
    defaultChecked Sets or retrieves the state of the check box or radio button.
    defaultValue Sets or retrieves the initial contents of the object.
    DIR dir Sets or retrieves the reading order of the object.
    disabled Sets or retrieves the value that indicates whether the user can interact with the object.
    DISABLED disabled Sets or retrieves the status of the object.
    DISABLED disabled Sets or retrieves the status of the object.
    END end Sets or retrieves a value indicating the end time for the element, or the end of the simple duration when the element is set to repeat.
    firstChild Retrieves a reference to the first child in the childNodes collection of the object.
    form Retrieves a reference to the form that the object is embedded in.
    hasMedia Retrieves a Boolean value that indicates whether the element is an Introduction to HTML+TIME media element.
    HIDEFOCUS hideFocus Sets or retrieves the value indicating whether the object visibly indicates that it has focus.
    ID id Retrieves the string identifying the object.
    isContentEditable Retrieves the value indicating whether the user can edit the contents of the object.
    isDisabled Retrieves the value indicating whether the user can interact with the object.
    isMultiLine Retrieves the value indicating whether the content of the object contains one or more lines.
    isTextEdit Retrieves whether a TextRange object can be created using the object.
    LANG lang Sets or retrieves the language to use.
    LANGUAGE language Sets or retrieves the language in which the current script is written.
    lastChild Retrieves a reference to the last child in the childNodes collection of an object.
    NAME name Sets or retrieves the name of the object.
    nextSibling Retrieves a reference to the next child of the parent for the object.
    nodeName Retrieves the name of a particular type of node.
    nodeType Retrieves the type of the requested node.
    nodeValue Sets or retrieves the value of a node.
    offsetHeight Retrieves the height of the object relative to the layout or coordinate parent, as specified by the offsetParent property.
    offsetLeft Retrieves the calculated left position of the object relative to the layout or coordinate parent, as specified by the offsetParent property.
    offsetParent Retrieves a reference to the container object that defines the offsetTop and offsetLeft properties of the object.
    offsetTop Retrieves the calculated top position of the object relative to the layout or coordinate parent, as specified by the offsetParent property.
    offsetWidth Retrieves the width of the object relative to the layout or coordinate parent, as specified by the offsetParent property.
    onOffBehavior Retrieves an object indicating whether the specified Microsoft® DirectAnimation® behavior is running.
    outerHTML Sets or retrieves the object and its content in HTML.
    outerText Sets or retrieves the text of the object.
    ownerDocument Sets or retrieves the document object associated with the node.
    parentElement Retrieves the parent object in the object hierarchy.
    parentNode Retrieves the parent object in the document hierarchy.
    parentTextEdit Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object.
    previousSibling Retrieves a reference to the previous child of the parent for the object.
    readyState Retrieves a value that indicates the current state of the object.
    recordNumber Retrieves the ordinal record from the data set that generated the object.
    scopeName Retrieves the namespace defined for the element.
    scrollHeight Retrieves the scrolling height of the object.
    scrollLeft Sets or retrieves the distance between the left edge of the object and the leftmost portion of the content currently visible in the window.
    scrollTop Sets or retrieves the distance between the top of the object and the topmost portion of the content currently visible in the window.
    scrollWidth Retrieves the scrolling width of the object.
    SIZE size Sets or retrieves the size of the control.
    sourceIndex Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection.
    status Sets or retrieves the value indicating whether the control is selected.
    STYLE Sets an inline style for the element.
    SYNCMASTER syncMaster Sets or retrieves whether the time container must synchronize playback to this element.
    systemBitrate Retrieves the approximate bandwidth available to the system in bits-per-second.
    systemCaptions Indicates whether or not to display a text equivalent of the audio portion of the presentation.
    systemLanguage Indicates whether a given language is selected in a user's system preferences.
    systemOverdubOrSubtitle Specifies whether overdubs or subtitles render during a presentation.
    TABINDEX tabIndex Sets or retrieves the index that defines the tab order for the object.
    tagName Retrieves the tag name of the object.
    tagUrn Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration.
    TIMECONTAINER timeContainer Sets or retrieves the type of timeline associated with an element.
    TITLE title Sets or retrieves advisory information (a ToolTip) for the object.
    TYPE type Retrieves or initially sets the type of input control represented by the object.
    uniqueID Retrieves an autogenerated, unique identifier for the object.
    UNSELECTABLE Specifies that an element cannot be selected.
    VALUE value Sets or retrieves the default or selected value of the control.
    WIDTH width Sets or retrieves the calculated width of the object.



    fatica

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.