MAJ V4.3.2 (ajout de la méthode allContentChilds disponible à partir du
node page)
This commit is contained in:
parent
1bacd768db
commit
8633f154c1
Binary file not shown.
Binary file not shown.
1
bin/.gitignore
vendored
1
bin/.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/evaluer/
|
||||
/fenetres/
|
||||
/list/
|
||||
/resources/
|
||||
|
@ -1,19 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
|
||||
<title></title>
|
||||
<meta name="generator" content="LibreOffice 7.3.7.2 (Windows)"/>
|
||||
<meta name="author" content="Pablo Rodriguez"/>
|
||||
<meta name="created" content="2022-12-04T10:08:04.215000000"/>
|
||||
<meta name="changedby" content="Pablo Rodriguez"/>
|
||||
<meta name="changed" content="2022-12-04T10:09:06.064000000"/>
|
||||
<style type="text/css">
|
||||
@page { size: 21cm 29.7cm; margin: 2cm }
|
||||
p { line-height: 115%; margin-bottom: 0.25cm; background: transparent }
|
||||
</style>
|
||||
</head>
|
||||
<body lang="fr-FR" link="#000080" vlink="#800000" dir="ltr"><p align="center" style="line-height: 100%; margin-bottom: 0cm">
|
||||
Documentation analyseWriter</p>
|
||||
</body>
|
||||
</html>
|
@ -14,7 +14,7 @@ public class actAllContentChilds extends AbstractAction{
|
||||
{
|
||||
putValue( Action.NAME, "Evaluer le contenu de tous les nodes enfants" );
|
||||
putValue( Action.SHORT_DESCRIPTION, "Evaluer le contenu de tous les nodes enfants" );
|
||||
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/allcontentmini.png")) );
|
||||
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/allcontentchildsmini.png")) );
|
||||
}
|
||||
/**
|
||||
*
|
||||
|
BIN
src/resources/allcontentchilds.png
Normal file
BIN
src/resources/allcontentchilds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
src/resources/allcontentchildsmini.png
Normal file
BIN
src/resources/allcontentchildsmini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 915 B |
@ -1,19 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
|
||||
<title></title>
|
||||
<meta name="generator" content="LibreOffice 7.3.7.2 (Windows)"/>
|
||||
<meta name="author" content="Pablo Rodriguez"/>
|
||||
<meta name="created" content="2022-12-04T10:08:04.215000000"/>
|
||||
<meta name="changedby" content="Pablo Rodriguez"/>
|
||||
<meta name="changed" content="2022-12-04T10:09:06.064000000"/>
|
||||
<style type="text/css">
|
||||
@page { size: 21cm 29.7cm; margin: 2cm }
|
||||
p { line-height: 115%; margin-bottom: 0.25cm; background: transparent }
|
||||
</style>
|
||||
</head>
|
||||
<body lang="fr-FR" link="#000080" vlink="#800000" dir="ltr"><p align="center" style="line-height: 100%; margin-bottom: 0cm">
|
||||
Documentation analyseWriter</p>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user