OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 177 | Rev 182 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 177 Rev 180
Line 210... Line 210...
210
        // gestion manuel du multiligne
210
        // gestion manuel du multiligne
211
        final String k = this.elt.getAttributeValue("keepEmptyLines");
211
        final String k = this.elt.getAttributeValue("keepEmptyLines");
212
        return (k == null) ? false : k.equalsIgnoreCase("true");
212
        return (k == null) ? false : k.equalsIgnoreCase("true");
213
    }
213
    }
214
 
214
 
-
 
215
    public boolean isImage() {
-
 
216
        return this.elt.getAttributeValue("type").equalsIgnoreCase("image");
-
 
217
    }
215
}
218
}