web-transmit-att.py revision 6b464dfa85f56bbe7e0ff053bcb709fe346a5e2c
'''
Copyright (C) 2009 Aurelio A. Heckert, aurium (a) gmail dot com
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'''
import inkwebeffect, gettext
help="Attribute to transmited.")
help="When it must to transmit?")
help="Compatibility with previews code to this event.")
help='Who transmit to Who? "g-to-one" All tramsmit to the last. "one-to-g" The first transmit to all.')
dest="tab",
help="The selected UI-tab when OK was pressed")
exit(1)
elFrom = []
idTo = []
# All tramsmit to the last
else:
# The first transmit to all
evCode = "InkWeb.transmitAtt({from:this, " + \
if __name__ == '__main__':
e = InkWebTransmitAtt()
e.affect()