Sigma Php Ajax framework, Ajax Components, GUI Builder
September 09, 2010, 07:51:20 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 ... 8 9 [10]
 91 
 on: August 05, 2010, 01:06:30 AM 
Started by ludwigl - Last post by ludwigl
Hi linb,

in the documentation for the getValue method of the Databinder the dirtyOnly paramter is described the following way:

   dirtyOnly  [Optional] : Boolean, only get dirtied data, Default is [true]

Is should be: Default is [false]

Please do not change the default to true, because of downward compatabiliy reasons.

With best regards,

Ludwig

 92 
 on: August 05, 2010, 12:35:18 AM 
Started by ludwigl - Last post by ludwigl
Hi linb,

thank you very much for the new property.

It works fine and I like this solution much better than your first suggestion, because it is much easier to implement.

With best regards,

Ludwig

 93 
 on: August 03, 2010, 11:49:21 AM 
Started by OKL - Last post by OKL
the answer is simple:
mygrid.checkedRows = {"3":true,"4":true,"5":true,"23":true,"26":true,"27":true};

after load event write the above mentioned code.
you can create your own object in the same format dynamically, based on incoming data.

 94 
 on: August 03, 2010, 09:03:52 AM 
Started by ludwigl - Last post by linb
New property dateEditorTpl added, You can use setDateEditorTpl now.

 95 
 on: August 03, 2010, 07:32:45 AM 
Started by MaxVK - Last post by MaxVK
<Slaps Head> Doh!

Sorry about that - I didn't even see that folder!

Cheers

Max

 96 
 on: August 03, 2010, 06:20:17 AM 
Started by ludwigl - Last post by ludwigl
Hi linb,

thank you very much for the quick answer and the working solution.

With best regards,

Ludwig

 97 
 on: August 03, 2010, 06:04:44 AM 
Started by ludwigl - Last post by linb

 98 
 on: August 03, 2010, 05:34:05 AM 
Started by MaxVK - Last post by linb
Hi there,

You need to open those "Interact with DB " examples, and check out the backend php file.

1. Examples/comb/dbdemo/
2. Examples/comb/MySQLAdmin

 99 
 on: August 03, 2010, 04:28:10 AM 
Started by MaxVK - Last post by MaxVK
Ah no, that's not what I wanted to do.

I would like to be able to save several fields of data that the user would type into the GUI.

So for example they would fill out several form fields and that information would then be saved to the DB when they clicked the 'Save' button. The same data would need to be retrieved as well, when the user clicks the 'Load' button.

cheers

Max


 100 
 on: August 03, 2010, 03:41:15 AM 
Started by ludwigl - Last post by ludwigl
Hi linb,

my environment is Sigma Visual V3.0 R909 on Windows XP SP3 and Firefox 3.6.8.

I introduced a new locale file for German in which I modified the definition of
    YMD to function(n,a,b,c){return (c<10?"0"+c:c) +'-'+(b<10?"0"+b:b)+'-'+a}
in order to get the German date format dd-mm-yyy.

This works fine except for one small issue.
In the comboxes of type datepicker, the date is displayed fine, but as soon as the comboinput gets the focus, the
date is displyed in the format "yyyy-mm-dd".

I localized the issue in the onFocus function of the combobox, in which the different date format is not considered.

Do you think it is possible to fix this issue?

Thank you very much in advance,

Ludwig


Pages: 1 ... 8 9 [10]
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!