jQWidgets Forums

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts

  • Adarsha
    Participant

    Nice.. i would appreciate if you could explain with some simple code. Thanks !

    in reply to: Dynamic Radio Button Group Dynamic Radio Button Group #58739

    Adarsha
    Participant

    gettheme.js is not available in the download. can you share this please.

    thanks !


    Adarsha
    Participant

    okey.. thanks !

    it would have been nice to have it soon.. any idea is there any work going on it?


    Adarsha
    Participant

    Thanks Peter,

    Also, it would be interesting to know, is there any way that i can display the minimize’d menu horizontally. should below code work?

    $(“#menubar”).jqxMenu({
    theme:’fresh’,
    width: ‘100%’,
    height: ’32px’,
    autoSizeMainItems: true,
    autoCloseOnMouseLeave: true,
    mode: “horizontal”
    });

    $(“#menubar”).jqxMenu(‘minimize’);
    $(“#jqxMenu”).css(‘visibility’, ‘visible’);


    Adarsha
    Participant

    Also i have to click the minimize button to open the menu. Any when to make it auto open?

    in reply to: jqxMenu – Adding title jqxMenu – Adding title #58440

    Adarsha
    Participant

    okey, of i wanted to display the name of my application in the same menu bar.. how do i do that? any better alternatives?

    in reply to: jqxGrid data to ListBox jqxGrid data to ListBox #58022

    Adarsha
    Participant

    Also, is there any method/property that i can use for listBox such that, when I hover on the items in the lisBox, that item is highlighted and ‘x’ mark at the right top corner of the highlight to remove the item from list box.

    It would be reall nice when i add the item to listBox the item should sit in listBox with ‘x’ where i don’t need to hover as well.

    If this is available, i can avoid creating a new button lets say “Remove” to remove the items from listBox after selecting it, if selected by mistake by the user !!!

    Thanks !

    in reply to: jqxGrid data to ListBox jqxGrid data to ListBox #58015

    Adarsha
    Participant

    Thanks Peter !

    I gone through the links you gave. Sounds good. I like the way you suggested to merrge them.

    But, i may be thinking loud here that, i wanted to achieve this functionality in one click. What i mean here is, i wanted to associate a common event to each Add button in the column for each row and when clicked the row should automatically be added to listBox (the latter one is clear with your second link).

    I am looking for a technique where Add button in each row is automatically add that particular row to the listBox !!

    Hope i am clear 🙂

Viewing 8 posts - 16 through 23 (of 23 total)