]> saetta.ns0.it Git - rust/zakform/commitdiff
c2rs: added set_text for zak_cgi_text field. c2rs
authorAndrea Zagli <azagli@libero.it>
Fri, 10 May 2024 10:12:14 +0000 (12:12 +0200)
committerAndrea Zagli <azagli@libero.it>
Fri, 10 May 2024 10:12:14 +0000 (12:12 +0200)
src/bin/c2rs.rs

index a34f0712a396f339795137feeb048b78e10eebc3..1fc56c1f45b33add7e14bc2752a6f82edb150811 100644 (file)
@@ -268,6 +268,10 @@ fn main() {
                        None => { },
                }
 
+               if e.zakcgi_text != "" {
+                       writeln!(output, r#"fi.set_text("{}");"#, e.zakcgi_text);
+               }
+
                if e.editable == "FALSE" {
                        writeln!(output, "fi.set_disabled(true);");
                }