Forum: Adobe Flex
12-26-2011, 09:45 PM
|
|
Replies: 0
Views: 1,595
call function with value from xml
i have a repeater :
<mx:Repeater id="btnRepeater" dataProvider="{rep.currentItem.BUTTON}">
<mx:Button label="{btnRepeater.currentItem}"...
|
Forum: Adobe Flex
12-23-2011, 10:46 PM
|
|
Replies: 2
Views: 1,854
|
Forum: Adobe Flex
12-20-2011, 08:40 PM
|
|
Replies: 2
Views: 1,854
Accordion menu based on xml
i want to create menu based on Accordion, where each title of the accordion
will be taken from an attribute in the xml, and i will be able to add buttons to accordion based on xml, for example :...
|
Forum: PHP
10-07-2006, 05:05 PM
|
|
Replies: 1
Views: 610
problem with my sql and encodung
i have php5+mysql5+apache2.2
i am wroking with hebrew and imported all the data that i had im a *.sql file into the mysql db using phpmyadmin.
when i i am opening the project i see all the data...
|
Forum: JavaScript programming
05-10-2006, 02:37 PM
|
|
Replies: 6
Views: 706
and i have encountered a strnage problem
in the function that recived the keypress event :
i put there an alert :
alert(document.elements.length) ;
and when i press a key instead of the number of elemnts on page i get an error!!!!!!!!!...
|
Forum: JavaScript programming
05-10-2006, 01:36 PM
|
|
Replies: 6
Views: 706
|
Forum: JavaScript programming
05-10-2006, 01:26 PM
|
|
Replies: 6
Views: 706
whats does it mean
that if i dont check the events in the function it will pass to the text box???
beacuse i want to use this code through a JS incklude file
i cant put this code on hundred of pages :(
but maybe on...
|
Forum: JavaScript programming
05-10-2006, 12:54 PM
|
|
Replies: 6
Views: 706
key events and releasing the events to the page
i have used a code example
like ones given on http://www.codingforums.com/showthread.php?t=50450
when i catch an event (for example ALT+P) and open a new window.
the problem is that this code...
|