Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Dom JavaScript..Namespace

Dom JavaScript..Namespace

Scheduled Pinned Locked Moved XML / XSL
htmljavascriptcomquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amr M K
    wrote on last edited by
    #1

    Dear, I am using control ntb combo http://www.nitobi.com/products/completeui/demos/explorer/[^] the control to use -Namespace <html xmlns:ntb> -javaScript files control render Browser <ntb:Combo TABINDEX=0 id="H_MasterAppId_22_0_" InitialSearch="zzz__is__50" Mode="classic" OnSelectEvent="ValidationAjax('H_MasterAppId_22_0_','1000001','change')" > <ntb:ComboTextBox width=245px OnEditKeyUpEvent="ifEmptyRepopulate(this)" DataFieldIndex=1></ntb:ComboTextBox> <ntb:ComboList OnHideEvent="TextboxSetSelection('H_MasterAppId_22_0_');" OnAfterSearchEvent="TextboxSetInitialValue('H_MasterAppId_22_0_');" height=200 width=748px DatasourceUrl="b6fm/getData.asp?tr=203&viewid=0&req=0" PageSize="50" > <ntb:ComboColumnDefinition width=120px HeaderLabel="Caption" DataFieldIndex=1> </ntb:ComboColumnDefinition> <ntb:ComboColumnDefinition width=120px HeaderLabel="Id" DataFieldIndex=0> </ntb:ComboColumnDefinition></ntb:ComboList></ntb:Combo></span><span id="R" name="RR" Style="color:Red; display :none " > Required Feild</span></td></tr><tr><td class="MDcaption" >Details Application</td><td class="MControl" ><ntb:Combo TABINDEX=0 id="H_DetailsAppId_22_0_" InitialSearch="zzz__is__90300" Mode="classic" > <ntb:ComboTextBox width=245px OnEditKeyUpEvent="ifEmptyRepopulate(this)" DataFieldIndex=1></ntb:ComboTextBox> <ntb:ComboList OnHideEvent="TextboxSetSelection('H_DetailsAppId_22_0_');" OnAfterSearchEvent="TextboxSetInitialValue('H_DetailsAppId_22_0_');" height=200 width=748px DatasourceUrl="b6fm/getData.asp?tr=203&viewid=0&req=0" PageSize="50" > <ntb:ComboColumnDefinition width=120px HeaderLabel="Caption" DataFieldIndex=1> </ntb:ComboColumnDefinition> <ntb:ComboColumnDefinition width=120px HeaderLabel="Id" DataFieldIndex=0> </ntb:ComboColumnDefinition></ntb:ComboList></ntb:Combo> I want to create control Dynamicly using innerHTML Property of JavaScript var sq=String.fromCharCode(39); var comboName; comboName='vComboTest'; var txt; txt = '<ntb:Combo xmlns:ntb TABINDEX=4 id="' + comboName + '" Mode="classic" theme="outlook" >'; txt = txt + '<n

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups